Html Css Color HEX #F702AA Hollywood Cerise

📋 copy color: '#F702AA'

red 247 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #F702AA

Tints of Hollywood Cerise #F702AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 58.95%
G = 0.48%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F702AA (or 0xF702AA) is known color: Hollywood Cerise. HEX triplet: F7, 02 and AA. RGB value is (247,2,170). Sum of RGB (Red+Green+Blue) = 247+2+170=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F702AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F702AA is #08FD55. Grayscale: #5D5D5D. Windows color (decimal): -589142 or 11141879. OLE color: 11141879.

HSL color Cylindrical-coordinate representation of color #F702AA: hue angle of 318.86º 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 #F702AA is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 2 170 -
CMYK 0 0.99 0.31 0.03
HSL 318.86º 0.98% 0.49% -
HSV(B) 318.86º 0.99% 0.97% -
XYZ 45.64 22.72 40.01 -
YUV 94.41 170.67 236.84 -
System Red Green Blue C M Y K H S L
Decimal 247 2 170 0 0.99 0.31 0.03 318.86 0.98 0.49
Hex F7 2 AA 0 63 1F 3 13F 62 31
Octal 367 2 252 0 143 37 3 477 142 61
Binary 11110111 10 10101010 0 1100011 11111 11 100111111 1100010 110001

Color Harmonies of #F702AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F702AA

Black with #F702AA

Text Example


Text Example

White with #F702AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F702AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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