Html Css Color HEX #F502AA Hollywood Cerise

📋 copy color: '#F502AA'

red 245 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #F502AA

Tints of Hollywood Cerise #F502AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 58.75%
G = 0.48%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F502AA (or 0xF502AA) is known color: Hollywood Cerise. HEX triplet: F5, 02 and AA. RGB value is (245,2,170). Sum of RGB (Red+Green+Blue) = 245+2+170=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F502AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F502AA is #0AFD55. Grayscale: #5D5D5D. Windows color (decimal): -720214 or 11141877. OLE color: 11141877.

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

Color convert

RGB 245 2 170 -
CMYK 0 0.99 0.31 0.04
HSL 318.52º 0.98% 0.48% -
HSV(B) 318.52º 0.99% 0.96% -
XYZ 44.93 22.36 39.98 -
YUV 93.81 171.01 235.84 -
System Red Green Blue C M Y K H S L
Decimal 245 2 170 0 0.99 0.31 0.04 318.52 0.98 0.48
Hex F5 2 AA 0 63 1F 4 13F 62 30
Octal 365 2 252 0 143 37 4 477 142 60
Binary 11110101 10 10101010 0 1100011 11111 100 100111111 1100010 110000

Color Harmonies of #F502AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502AA

Black with #F502AA

Text Example


Text Example

White with #F502AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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