Html Css Color HEX #F70AAC Hollywood Cerise

📋 copy color: '#F70AAC'

red 247 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #F70AAC

Tints of Hollywood Cerise #F70AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 57.58%
G = 2.33%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F70AAC (or 0xF70AAC) is known color: Hollywood Cerise. HEX triplet: F7, 0A and AC. RGB value is (247,10,172). Sum of RGB (Red+Green+Blue) = 247+10+172=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F70AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70AAC is #08F553. Grayscale: #626262. Windows color (decimal): -587092 or 11274999. OLE color: 11274999.

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

Color convert

RGB 247 10 172 -
CMYK 0 0.96 0.30 0.03
HSL 318.99º 0.94% 0.5% -
HSV(B) 318.99º 0.96% 0.97% -
XYZ 45.91 22.97 41.04 -
YUV 99.33 169.02 233.33 -
System Red Green Blue C M Y K H S L
Decimal 247 10 172 0 0.96 0.30 0.03 318.99 0.94 0.5
Hex F7 A AC 0 60 1E 3 13F 5E 32
Octal 367 12 254 0 140 36 3 477 136 62
Binary 11110111 1010 10101100 0 1100000 11110 11 100111111 1011110 110010

Color Harmonies of #F70AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70AAC

Black with #F70AAC

Text Example


Text Example

White with #F70AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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