Html Css Color HEX #F50AAC Hollywood Cerise

📋 copy color: '#F50AAC'

red 245 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #F50AAC

Tints of Hollywood Cerise #F50AAC

RGB

 RED value IS 245 (96.09% from 255) = 57.38%

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

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

R = 57.38%
G = 2.34%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F50AAC (or 0xF50AAC) is known color: Hollywood Cerise. HEX triplet: F5, 0A and AC. RGB value is (245,10,172). Sum of RGB (Red+Green+Blue) = 245+10+172=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F50AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50AAC is #0AF553. Grayscale: #626262. Windows color (decimal): -718164 or 11274997. OLE color: 11274997.

HSL color Cylindrical-coordinate representation of color #F50AAC: hue angle of 318.64º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50AAC is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 10 172 -
CMYK 0 0.96 0.30 0.04
HSL 318.64º 0.92% 0.5% -
HSV(B) 318.64º 0.96% 0.96% -
XYZ 45.21 22.61 41.01 -
YUV 98.73 169.36 232.33 -
System Red Green Blue C M Y K H S L
Decimal 245 10 172 0 0.96 0.30 0.04 318.64 0.92 0.5
Hex F5 A AC 0 60 1E 4 13F 5C 32
Octal 365 12 254 0 140 36 4 477 134 62
Binary 11110101 1010 10101100 0 1100000 11110 100 100111111 1011100 110010

Color Harmonies of #F50AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50AAC

Black with #F50AAC

Text Example


Text Example

White with #F50AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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