Html Css Color HEX #F70CAC Hollywood Cerise

📋 copy color: '#F70CAC'

red 247 ◦ green 12 ◦ blue 172

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

Shades of Hollywood Cerise #F70CAC

Tints of Hollywood Cerise #F70CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.78%

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

R = 57.31%
G = 2.78%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F70CAC (or 0xF70CAC) is known color: Hollywood Cerise. HEX triplet: F7, 0C and AC. RGB value is (247,12,172). Sum of RGB (Red+Green+Blue) = 247+12+172=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70CAC is #08F353. Grayscale: #646464. Windows color (decimal): -586580 or 11275511. OLE color: 11275511.

HSL color Cylindrical-coordinate representation of color #F70CAC: hue angle of 319.15º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70CAC is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 12 172 -
CMYK 0 0.95 0.30 0.03
HSL 319.15º 0.94% 0.51% -
HSV(B) 319.15º 0.95% 0.97% -
XYZ 45.94 23.02 41.05 -
YUV 100.51 168.36 232.49 -
System Red Green Blue C M Y K H S L
Decimal 247 12 172 0 0.95 0.30 0.03 319.15 0.94 0.51
Hex F7 C AC 0 5F 1E 3 13F 5E 33
Octal 367 14 254 0 137 36 3 477 136 63
Binary 11110111 1100 10101100 0 1011111 11110 11 100111111 1011110 110011

Color Harmonies of #F70CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70CAC

Black with #F70CAC

Text Example


Text Example

White with #F70CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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