Html Css Color HEX #F702AC Hollywood Cerise

📋 copy color: '#F702AC'

red 247 ◦ green 2 ◦ blue 172

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

Shades of Hollywood Cerise #F702AC

Tints of Hollywood Cerise #F702AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 58.67%
G = 0.48%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F702AC (or 0xF702AC) is known color: Hollywood Cerise. HEX triplet: F7, 02 and AC. RGB value is (247,2,172). Sum of RGB (Red+Green+Blue) = 247+2+172=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F702AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F702AC is #08FD53. Grayscale: #5E5E5E. Windows color (decimal): -589140 or 11272951. OLE color: 11272951.

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

Color convert

RGB 247 2 172 -
CMYK 0 0.99 0.30 0.03
HSL 318.37º 0.98% 0.49% -
HSV(B) 318.37º 0.99% 0.97% -
XYZ 45.83 22.8 41.01 -
YUV 94.64 171.67 236.68 -
System Red Green Blue C M Y K H S L
Decimal 247 2 172 0 0.99 0.30 0.03 318.37 0.98 0.49
Hex F7 2 AC 0 63 1E 3 13E 62 31
Octal 367 2 254 0 143 36 3 476 142 61
Binary 11110111 10 10101100 0 1100011 11110 11 100111110 1100010 110001

Color Harmonies of #F702AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F702AC

Black with #F702AC

Text Example


Text Example

White with #F702AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F702AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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