Html Css Color HEX #F70BA8 Hollywood Cerise

📋 copy color: '#F70BA8'

red 247 ◦ green 11 ◦ blue 168

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

Shades of Hollywood Cerise #F70BA8

Tints of Hollywood Cerise #F70BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.44%

R = 57.98%
G = 2.58%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F70BA8 (or 0xF70BA8) is known color: Hollywood Cerise. HEX triplet: F7, 0B and A8. RGB value is (247,11,168). Sum of RGB (Red+Green+Blue) = 247+11+168=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70BA8 is #08F457. Grayscale: #636363. Windows color (decimal): -586840 or 11013111. OLE color: 11013111.

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

Color convert

RGB 247 11 168 -
CMYK 0 0.96 0.32 0.03
HSL 320.08º 0.94% 0.51% -
HSV(B) 320.08º 0.96% 0.97% -
XYZ 45.55 22.84 39.05 -
YUV 99.46 166.69 233.23 -
System Red Green Blue C M Y K H S L
Decimal 247 11 168 0 0.96 0.32 0.03 320.08 0.94 0.51
Hex F7 B A8 0 60 20 3 140 5E 33
Octal 367 13 250 0 140 40 3 500 136 63
Binary 11110111 1011 10101000 0 1100000 100000 11 101000000 1011110 110011

Color Harmonies of #F70BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70BA8

Black with #F70BA8

Text Example


Text Example

White with #F70BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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