Html Css Color HEX #F70BA1 Hollywood Cerise

📋 copy color: '#F70BA1'

red 247 ◦ green 11 ◦ blue 161

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

Shades of Hollywood Cerise #F70BA1

Tints of Hollywood Cerise #F70BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 58.95%
G = 2.63%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F70BA1 (or 0xF70BA1) is known color: Hollywood Cerise. HEX triplet: F7, 0B and A1. RGB value is (247,11,161). Sum of RGB (Red+Green+Blue) = 247+11+161=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70BA1 is #08F45E. Grayscale: #626262. Windows color (decimal): -586847 or 10554359. OLE color: 10554359.

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

Color convert

RGB 247 11 161 -
CMYK 0 0.96 0.35 0.03
HSL 321.86º 0.94% 0.51% -
HSV(B) 321.86º 0.96% 0.97% -
XYZ 44.91 22.59 35.71 -
YUV 98.66 163.19 233.8 -
System Red Green Blue C M Y K H S L
Decimal 247 11 161 0 0.96 0.35 0.03 321.86 0.94 0.51
Hex F7 B A1 0 60 23 3 142 5E 33
Octal 367 13 241 0 140 43 3 502 136 63
Binary 11110111 1011 10100001 0 1100000 100011 11 101000010 1011110 110011

Color Harmonies of #F70BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70BA1

Black with #F70BA1

Text Example


Text Example

White with #F70BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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