Html Css Color HEX #F70C9F Hollywood Cerise

📋 copy color: '#F70C9F'

red 247 ◦ green 12 ◦ blue 159

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

Shades of Hollywood Cerise #F70C9F

Tints of Hollywood Cerise #F70C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 59.09%
G = 2.87%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F70C9F (or 0xF70C9F) is known color: Hollywood Cerise. HEX triplet: F7, 0C and 9F. RGB value is (247,12,159). Sum of RGB (Red+Green+Blue) = 247+12+159=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70C9F is #08F360. Grayscale: #626262. Windows color (decimal): -586593 or 10423543. OLE color: 10423543.

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

Color convert

RGB 247 12 159 -
CMYK 0 0.95 0.36 0.03
HSL 322.47º 0.94% 0.51% -
HSV(B) 322.47º 0.95% 0.97% -
XYZ 44.75 22.54 34.79 -
YUV 99.02 161.86 233.55 -
System Red Green Blue C M Y K H S L
Decimal 247 12 159 0 0.95 0.36 0.03 322.47 0.94 0.51
Hex F7 C 9F 0 5F 24 3 142 5E 33
Octal 367 14 237 0 137 44 3 502 136 63
Binary 11110111 1100 10011111 0 1011111 100100 11 101000010 1011110 110011

Color Harmonies of #F70C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70C9F

Black with #F70C9F

Text Example


Text Example

White with #F70C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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