Html Css Color HEX #F70AAA Hollywood Cerise

📋 copy color: '#F70AAA'

red 247 ◦ green 10 ◦ blue 170

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

Shades of Hollywood Cerise #F70AAA

Tints of Hollywood Cerise #F70AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.34%

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

R = 57.85%
G = 2.34%
B = 39.81%

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

#F70AAA (or 0xF70AAA) is known color: Hollywood Cerise. HEX triplet: F7, 0A and AA. RGB value is (247,10,170). Sum of RGB (Red+Green+Blue) = 247+10+170=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F70AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70AAA is #08F555. Grayscale: #626262. Windows color (decimal): -587094 or 11143927. OLE color: 11143927.

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

Color convert

RGB 247 10 170 -
CMYK 0 0.96 0.31 0.03
HSL 319.49º 0.94% 0.5% -
HSV(B) 319.49º 0.96% 0.97% -
XYZ 45.72 22.89 40.04 -
YUV 99.1 168.02 233.49 -
System Red Green Blue C M Y K H S L
Decimal 247 10 170 0 0.96 0.31 0.03 319.49 0.94 0.5
Hex F7 A AA 0 60 1F 3 13F 5E 32
Octal 367 12 252 0 140 37 3 477 136 62
Binary 11110111 1010 10101010 0 1100000 11111 11 100111111 1011110 110010

Color Harmonies of #F70AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70AAA

Black with #F70AAA

Text Example


Text Example

White with #F70AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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