Html Css Color HEX #F70BAB Hollywood Cerise

📋 copy color: '#F70BAB'

red 247 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #F70BAB

Tints of Hollywood Cerise #F70BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 57.58%
G = 2.56%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F70BAB (or 0xF70BAB) is known color: Hollywood Cerise. HEX triplet: F7, 0B and AB. RGB value is (247,11,171). Sum of RGB (Red+Green+Blue) = 247+11+171=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70BAB is #08F454. Grayscale: #636363. Windows color (decimal): -586837 or 11209719. OLE color: 11209719.

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

Color convert

RGB 247 11 171 -
CMYK 0 0.96 0.31 0.03
HSL 319.32º 0.94% 0.51% -
HSV(B) 319.32º 0.96% 0.97% -
XYZ 45.83 22.95 40.54 -
YUV 99.8 168.19 232.99 -
System Red Green Blue C M Y K H S L
Decimal 247 11 171 0 0.96 0.31 0.03 319.32 0.94 0.51
Hex F7 B AB 0 60 1F 3 13F 5E 33
Octal 367 13 253 0 140 37 3 477 136 63
Binary 11110111 1011 10101011 0 1100000 11111 11 100111111 1011110 110011

Color Harmonies of #F70BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70BAB

Black with #F70BAB

Text Example


Text Example

White with #F70BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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