Html Css Color HEX #F002AF Hollywood Cerise

📋 copy color: '#F002AF'

red 240 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #F002AF

Tints of Hollywood Cerise #F002AF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 57.55%
G = 0.48%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F002AF (or 0xF002AF) is known color: Hollywood Cerise. HEX triplet: F0, 02 and AF. RGB value is (240,2,175). Sum of RGB (Red+Green+Blue) = 240+2+175=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F002AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F002AF is #0FFD50. Grayscale: #5C5C5C. Windows color (decimal): -1047889 or 11469552. OLE color: 11469552.

HSL color Cylindrical-coordinate representation of color #F002AF: hue angle of 316.39º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002AF is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 175 -
CMYK 0 0.99 0.27 0.06
HSL 316.39º 0.98% 0.47% -
HSV(B) 316.39º 0.99% 0.94% -
XYZ 43.69 21.66 42.44 -
YUV 92.88 174.35 232.93 -
System Red Green Blue C M Y K H S L
Decimal 240 2 175 0 0.99 0.27 0.06 316.39 0.98 0.47
Hex F0 2 AF 0 63 1B 6 13C 62 2F
Octal 360 2 257 0 143 33 6 474 142 57
Binary 11110000 10 10101111 0 1100011 11011 110 100111100 1100010 101111

Color Harmonies of #F002AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002AF

Black with #F002AF

Text Example


Text Example

White with #F002AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002AF; }

 p { color: rgb(240,2,175); }

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

background-color css

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

 a { background-color: rgb(240,2,175); }

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

border-color css

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

 span { border-color: rgb(240,2,175); }

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