Html Css Color HEX #F70C9D Hollywood Cerise

📋 copy color: '#F70C9D'

red 247 ◦ green 12 ◦ blue 157

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

Shades of Hollywood Cerise #F70C9D

Tints of Hollywood Cerise #F70C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 59.38%
G = 2.88%
B = 37.74%

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

#F70C9D (or 0xF70C9D) is known color: Hollywood Cerise. HEX triplet: F7, 0C and 9D. RGB value is (247,12,157). Sum of RGB (Red+Green+Blue) = 247+12+157=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70C9D is #08F362. Grayscale: #626262. Windows color (decimal): -586595 or 10292471. OLE color: 10292471.

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

Color convert

RGB 247 12 157 -
CMYK 0 0.95 0.36 0.03
HSL 322.98º 0.94% 0.51% -
HSV(B) 322.98º 0.95% 0.97% -
XYZ 44.58 22.47 33.89 -
YUV 98.8 160.86 233.71 -
System Red Green Blue C M Y K H S L
Decimal 247 12 157 0 0.95 0.36 0.03 322.98 0.94 0.51
Hex F7 C 9D 0 5F 24 3 143 5E 33
Octal 367 14 235 0 137 44 3 503 136 63
Binary 11110111 1100 10011101 0 1011111 100100 11 101000011 1011110 110011

Color Harmonies of #F70C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70C9D

Black with #F70C9D

Text Example


Text Example

White with #F70C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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