Html Css Color HEX #F501AD Hollywood Cerise

📋 copy color: '#F501AD'

red 245 ◦ green 1 ◦ blue 173

#F501AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #F501AD

Tints of Hollywood Cerise #F501AD

RGB

 RED value IS 245 (96.09% from 255) = 58.47%

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 58.47%
G = 0.24%
B = 41.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F501AD (or 0xF501AD) is known color: Hollywood Cerise. HEX triplet: F5, 01 and AD. RGB value is (245,1,173). Sum of RGB (Red+Green+Blue) = 245+1+173=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F501AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F501AD is #0AFE52. Grayscale: #5D5D5D. Windows color (decimal): -720467 or 11338229. OLE color: 11338229.

HSL color Cylindrical-coordinate representation of color #F501AD: hue angle of 317.7º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501AD is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 173 -
CMYK 0 1.00 0.29 0.04
HSL 317.7º 0.99% 0.48% -
HSV(B) 317.7º 1% 0.96% -
XYZ 45.21 22.45 41.49 -
YUV 93.56 172.84 236.01 -
System Red Green Blue C M Y K H S L
Decimal 245 1 173 0 1.00 0.29 0.04 317.7 0.99 0.48
Hex F5 1 AD 0 64 1D 4 13E 63 30
Octal 365 1 255 0 144 35 4 476 143 60
Binary 11110101 1 10101101 0 1100100 11101 100 100111110 1100011 110000

Color Harmonies of #F501AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F501AD

Black with #F501AD

Text Example


Text Example

White with #F501AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F501AD; }

 p { color: rgb(245,1,173); }

 H1.HeaderClassName
 {
   color: #F501AD;
 }
 .AnyTagClassName
 {
   color: #F501AD;
 }
</style>

background-color css

<style>
 a { background-color: #F501AD; }

 a { background-color: rgb(245,1,173); }

 div.DivClassName
 {
   background-color: #F501AD;
 }
 .BgClassName
 {
   background-color: #F501AD;
 }
</style>

border-color css

<style>
 span { border-color: #F501AD; }

 span { border-color: rgb(245,1,173); }

 td.TdClassName
 {
   border-color: #F501AD;
 }
 .TagClassName
 {
   border-color: #F501AD;
 }
</style>