Html Css Color HEX #F502A6 Hollywood Cerise

📋 copy color: '#F502A6'

red 245 ◦ green 2 ◦ blue 166

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

Shades of Hollywood Cerise #F502A6

Tints of Hollywood Cerise #F502A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.19%

R = 59.32%
G = 0.48%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F502A6 (or 0xF502A6) is known color: Hollywood Cerise. HEX triplet: F5, 02 and A6. RGB value is (245,2,166). Sum of RGB (Red+Green+Blue) = 245+2+166=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F502A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F502A6 is #0AFD59. Grayscale: #5C5C5C. Windows color (decimal): -720218 or 10879733. OLE color: 10879733.

HSL color Cylindrical-coordinate representation of color #F502A6: hue angle of 319.51º 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 #F502A6 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 2 166 -
CMYK 0 0.99 0.32 0.04
HSL 319.51º 0.98% 0.48% -
HSV(B) 319.51º 0.99% 0.96% -
XYZ 44.56 22.21 38.01 -
YUV 93.35 169.01 236.16 -
System Red Green Blue C M Y K H S L
Decimal 245 2 166 0 0.99 0.32 0.04 319.51 0.98 0.48
Hex F5 2 A6 0 63 20 4 140 62 30
Octal 365 2 246 0 143 40 4 500 142 60
Binary 11110101 10 10100110 0 1100011 100000 100 101000000 1100010 110000

Color Harmonies of #F502A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502A6

Black with #F502A6

Text Example


Text Example

White with #F502A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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