Html Css Color HEX #F70D9F Hollywood Cerise

📋 copy color: '#F70D9F'

red 247 ◦ green 13 ◦ blue 159

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

Shades of Hollywood Cerise #F70D9F

Tints of Hollywood Cerise #F70D9F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

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

R = 58.95%
G = 3.1%
B = 37.95%

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

#F70D9F (or 0xF70D9F) is known color: Hollywood Cerise. HEX triplet: F7, 0D and 9F. RGB value is (247,13,159). Sum of RGB (Red+Green+Blue) = 247+13+159=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70D9F is #08F260. Grayscale: #636363. Windows color (decimal): -586337 or 10423799. OLE color: 10423799.

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

Color convert

RGB 247 13 159 -
CMYK 0 0.95 0.36 0.03
HSL 322.56º 0.94% 0.51% -
HSV(B) 322.56º 0.95% 0.97% -
XYZ 44.76 22.57 34.8 -
YUV 99.61 161.52 233.13 -
System Red Green Blue C M Y K H S L
Decimal 247 13 159 0 0.95 0.36 0.03 322.56 0.94 0.51
Hex F7 D 9F 0 5F 24 3 143 5E 33
Octal 367 15 237 0 137 44 3 503 136 63
Binary 11110111 1101 10011111 0 1011111 100100 11 101000011 1011110 110011

Color Harmonies of #F70D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70D9F

Black with #F70D9F

Text Example


Text Example

White with #F70D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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