Html Css Color HEX #F702A9 Hollywood Cerise

📋 copy color: '#F702A9'

red 247 ◦ green 2 ◦ blue 169

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

Shades of Hollywood Cerise #F702A9

Tints of Hollywood Cerise #F702A9

RGB

 RED value IS 247 (96.88% from 255) = 59.09%

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

 BLUE value IS 169 (66.41% from 255) = 40.43%

R = 59.09%
G = 0.48%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F702A9 (or 0xF702A9) is known color: Hollywood Cerise. HEX triplet: F7, 02 and A9. RGB value is (247,2,169). Sum of RGB (Red+Green+Blue) = 247+2+169=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F702A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F702A9 is #08FD56. Grayscale: #5D5D5D. Windows color (decimal): -589143 or 11076343. OLE color: 11076343.

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

Color convert

RGB 247 2 169 -
CMYK 0 0.99 0.32 0.03
HSL 319.1º 0.98% 0.49% -
HSV(B) 319.1º 0.99% 0.97% -
XYZ 45.54 22.68 39.51 -
YUV 94.29 170.17 236.92 -
System Red Green Blue C M Y K H S L
Decimal 247 2 169 0 0.99 0.32 0.03 319.1 0.98 0.49
Hex F7 2 A9 0 63 20 3 13F 62 31
Octal 367 2 251 0 143 40 3 477 142 61
Binary 11110111 10 10101001 0 1100011 100000 11 100111111 1100010 110001

Color Harmonies of #F702A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F702A9

Black with #F702A9

Text Example


Text Example

White with #F702A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F702A9; }

 p { color: rgb(247,2,169); }

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

background-color css

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

 a { background-color: rgb(247,2,169); }

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

border-color css

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

 span { border-color: rgb(247,2,169); }

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