Html Css Color HEX #F501AA Hollywood Cerise

📋 copy color: '#F501AA'

red 245 ◦ green 1 ◦ blue 170

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

Shades of Hollywood Cerise #F501AA

Tints of Hollywood Cerise #F501AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 58.89%
G = 0.24%
B = 40.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F501AA (or 0xF501AA) is known color: Hollywood Cerise. HEX triplet: F5, 01 and AA. RGB value is (245,1,170). Sum of RGB (Red+Green+Blue) = 245+1+170=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F501AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F501AA is #0AFE55. Grayscale: #5C5C5C. Windows color (decimal): -720470 or 11141621. OLE color: 11141621.

HSL color Cylindrical-coordinate representation of color #F501AA: hue angle of 318.44º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501AA is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 170 -
CMYK 0 1.00 0.31 0.04
HSL 318.44º 0.99% 0.48% -
HSV(B) 318.44º 1% 0.96% -
XYZ 44.92 22.34 39.97 -
YUV 93.22 171.34 236.26 -
System Red Green Blue C M Y K H S L
Decimal 245 1 170 0 1.00 0.31 0.04 318.44 0.99 0.48
Hex F5 1 AA 0 64 1F 4 13E 63 30
Octal 365 1 252 0 144 37 4 476 143 60
Binary 11110101 1 10101010 0 1100100 11111 100 100111110 1100011 110000

Color Harmonies of #F501AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F501AA

Black with #F501AA

Text Example


Text Example

White with #F501AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F501AA; }

 p { color: rgb(245,1,170); }

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

background-color css

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

 a { background-color: rgb(245,1,170); }

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

border-color css

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

 span { border-color: rgb(245,1,170); }

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