Html Css Color HEX #F70BAA Hollywood Cerise

📋 copy color: '#F70BAA'

red 247 ◦ green 11 ◦ blue 170

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

Shades of Hollywood Cerise #F70BAA

Tints of Hollywood Cerise #F70BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 57.71%
G = 2.57%
B = 39.72%

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

#F70BAA (or 0xF70BAA) is known color: Hollywood Cerise. HEX triplet: F7, 0B and AA. RGB value is (247,11,170). Sum of RGB (Red+Green+Blue) = 247+11+170=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70BAA is #08F455. Grayscale: #636363. Windows color (decimal): -586838 or 11144183. OLE color: 11144183.

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

Color convert

RGB 247 11 170 -
CMYK 0 0.96 0.31 0.03
HSL 319.58º 0.94% 0.51% -
HSV(B) 319.58º 0.96% 0.97% -
XYZ 45.73 22.92 40.04 -
YUV 99.69 167.69 233.07 -
System Red Green Blue C M Y K H S L
Decimal 247 11 170 0 0.96 0.31 0.03 319.58 0.94 0.51
Hex F7 B AA 0 60 1F 3 140 5E 33
Octal 367 13 252 0 140 37 3 500 136 63
Binary 11110111 1011 10101010 0 1100000 11111 11 101000000 1011110 110011

Color Harmonies of #F70BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70BAA

Black with #F70BAA

Text Example


Text Example

White with #F70BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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