Html Css Color HEX #F509A1 Hollywood Cerise

📋 copy color: '#F509A1'

red 245 ◦ green 9 ◦ blue 161

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

Shades of Hollywood Cerise #F509A1

Tints of Hollywood Cerise #F509A1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.17%

 BLUE value IS 161 (63.28% from 255) = 38.8%

R = 59.04%
G = 2.17%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F509A1 (or 0xF509A1) is known color: Hollywood Cerise. HEX triplet: F5, 09 and A1. RGB value is (245,9,161). Sum of RGB (Red+Green+Blue) = 245+9+161=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F509A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F509A1 is #0AF65E. Grayscale: #606060. Windows color (decimal): -718431 or 10553845. OLE color: 10553845.

HSL color Cylindrical-coordinate representation of color #F509A1: hue angle of 321.36º degrees, saturation: 0.93, 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 #F509A1 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 9 161 -
CMYK 0 0.96 0.34 0.04
HSL 321.36º 0.93% 0.5% -
HSV(B) 321.36º 0.96% 0.96% -
XYZ 44.19 22.18 35.67 -
YUV 96.89 164.19 233.64 -
System Red Green Blue C M Y K H S L
Decimal 245 9 161 0 0.96 0.34 0.04 321.36 0.93 0.5
Hex F5 9 A1 0 60 22 4 141 5D 32
Octal 365 11 241 0 140 42 4 501 135 62
Binary 11110101 1001 10100001 0 1100000 100010 100 101000001 1011101 110010

Color Harmonies of #F509A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F509A1

Black with #F509A1

Text Example


Text Example

White with #F509A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F509A1; }

 p { color: rgb(245,9,161); }

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

background-color css

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

 a { background-color: rgb(245,9,161); }

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

border-color css

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

 span { border-color: rgb(245,9,161); }

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