Html Css Color HEX #F70C9E Hollywood Cerise

📋 copy color: '#F70C9E'

red 247 ◦ green 12 ◦ blue 158

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

Shades of Hollywood Cerise #F70C9E

Tints of Hollywood Cerise #F70C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.89%

R = 59.23%
G = 2.88%
B = 37.89%

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

#F70C9E (or 0xF70C9E) is known color: Hollywood Cerise. HEX triplet: F7, 0C and 9E. RGB value is (247,12,158). Sum of RGB (Red+Green+Blue) = 247+12+158=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70C9E is #08F361. Grayscale: #626262. Windows color (decimal): -586594 or 10358007. OLE color: 10358007.

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

Color convert

RGB 247 12 158 -
CMYK 0 0.95 0.36 0.03
HSL 322.72º 0.94% 0.51% -
HSV(B) 322.72º 0.95% 0.97% -
XYZ 44.66 22.51 34.34 -
YUV 98.91 161.36 233.63 -
System Red Green Blue C M Y K H S L
Decimal 247 12 158 0 0.95 0.36 0.03 322.72 0.94 0.51
Hex F7 C 9E 0 5F 24 3 143 5E 33
Octal 367 14 236 0 137 44 3 503 136 63
Binary 11110111 1100 10011110 0 1011111 100100 11 101000011 1011110 110011

Color Harmonies of #F70C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70C9E

Black with #F70C9E

Text Example


Text Example

White with #F70C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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