Html Css Color HEX #F008AD Hollywood Cerise

📋 copy color: '#F008AD'

red 240 ◦ green 8 ◦ blue 173

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

Shades of Hollywood Cerise #F008AD

Tints of Hollywood Cerise #F008AD

RGB

 RED value IS 240 (94.14% from 255) = 57.01%

 GREEN value IS 8 (3.52% from 255) = 1.9%

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

R = 57.01%
G = 1.9%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F008AD (or 0xF008AD) is known color: Hollywood Cerise. HEX triplet: F0, 08 and AD. RGB value is (240,8,173). Sum of RGB (Red+Green+Blue) = 240+8+173=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F008AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F008AD is #0FF752. Grayscale: #5F5F5F. Windows color (decimal): -1046355 or 11340016. OLE color: 11340016.

HSL color Cylindrical-coordinate representation of color #F008AD: hue angle of 317.33º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008AD is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 173 -
CMYK 0 0.97 0.28 0.06
HSL 317.33º 0.94% 0.49% -
HSV(B) 317.33º 0.97% 0.94% -
XYZ 43.56 21.72 41.43 -
YUV 96.18 171.36 230.58 -
System Red Green Blue C M Y K H S L
Decimal 240 8 173 0 0.97 0.28 0.06 317.33 0.94 0.49
Hex F0 8 AD 0 61 1C 6 13D 5E 31
Octal 360 10 255 0 141 34 6 475 136 61
Binary 11110000 1000 10101101 0 1100001 11100 110 100111101 1011110 110001

Color Harmonies of #F008AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008AD

Black with #F008AD

Text Example


Text Example

White with #F008AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008AD; }

 p { color: rgb(240,8,173); }

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

background-color css

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

 a { background-color: rgb(240,8,173); }

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

border-color css

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

 span { border-color: rgb(240,8,173); }

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