Html Css Color HEX #F70B9F Hollywood Cerise

📋 copy color: '#F70B9F'

red 247 ◦ green 11 ◦ blue 159

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

Shades of Hollywood Cerise #F70B9F

Tints of Hollywood Cerise #F70B9F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.64%

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

R = 59.23%
G = 2.64%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F70B9F (or 0xF70B9F) is known color: Hollywood Cerise. HEX triplet: F7, 0B and 9F. RGB value is (247,11,159). Sum of RGB (Red+Green+Blue) = 247+11+159=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70B9F is #08F460. Grayscale: #626262. Windows color (decimal): -586849 or 10423287. OLE color: 10423287.

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

Color convert

RGB 247 11 159 -
CMYK 0 0.96 0.36 0.03
HSL 322.37º 0.94% 0.51% -
HSV(B) 322.37º 0.96% 0.97% -
XYZ 44.74 22.52 34.79 -
YUV 98.44 162.19 233.97 -
System Red Green Blue C M Y K H S L
Decimal 247 11 159 0 0.96 0.36 0.03 322.37 0.94 0.51
Hex F7 B 9F 0 60 24 3 142 5E 33
Octal 367 13 237 0 140 44 3 502 136 63
Binary 11110111 1011 10011111 0 1100000 100100 11 101000010 1011110 110011

Color Harmonies of #F70B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70B9F

Black with #F70B9F

Text Example


Text Example

White with #F70B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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