Html Css Color HEX #F902AF Hollywood Cerise

📋 copy color: '#F902AF'

red 249 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #F902AF

Tints of Hollywood Cerise #F902AF

RGB

 RED value IS 249 (97.66% from 255) = 58.45%

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

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

R = 58.45%
G = 0.47%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F902AF (or 0xF902AF) is known color: Hollywood Cerise. HEX triplet: F9, 02 and AF. RGB value is (249,2,175). Sum of RGB (Red+Green+Blue) = 249+2+175=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F902AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F902AF is #06FD50. Grayscale: #5F5F5F. Windows color (decimal): -458065 or 11469561. OLE color: 11469561.

HSL color Cylindrical-coordinate representation of color #F902AF: hue angle of 317.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F902AF is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 2 175 -
CMYK 0 0.99 0.30 0.02
HSL 317.98º 0.98% 0.49% -
HSV(B) 317.98º 0.99% 0.98% -
XYZ 46.83 23.28 42.58 -
YUV 95.58 172.83 237.43 -
System Red Green Blue C M Y K H S L
Decimal 249 2 175 0 0.99 0.30 0.02 317.98 0.98 0.49
Hex F9 2 AF 0 63 1E 2 13E 62 31
Octal 371 2 257 0 143 36 2 476 142 61
Binary 11111001 10 10101111 0 1100011 11110 10 100111110 1100010 110001

Color Harmonies of #F902AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F902AF

Black with #F902AF

Text Example


Text Example

White with #F902AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F902AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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