Html Css Color HEX #F511A2 Hollywood Cerise

📋 copy color: '#F511A2'

red 245 ◦ green 17 ◦ blue 162

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

Shades of Hollywood Cerise #F511A2

Tints of Hollywood Cerise #F511A2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.01%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 57.78%
G = 4.01%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F511A2 (or 0xF511A2) is known color: Hollywood Cerise. HEX triplet: F5, 11 and A2. RGB value is (245,17,162). Sum of RGB (Red+Green+Blue) = 245+17+162=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F511A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F511A2 is #0AEE5D. Grayscale: #656565. Windows color (decimal): -716382 or 10621429. OLE color: 10621429.

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

Color convert

RGB 245 17 162 -
CMYK 0 0.93 0.34 0.04
HSL 321.84º 0.92% 0.51% -
HSV(B) 321.84º 0.93% 0.96% -
XYZ 44.38 22.42 36.17 -
YUV 101.7 162.04 230.21 -
System Red Green Blue C M Y K H S L
Decimal 245 17 162 0 0.93 0.34 0.04 321.84 0.92 0.51
Hex F5 11 A2 0 5D 22 4 142 5C 33
Octal 365 21 242 0 135 42 4 502 134 63
Binary 11110101 10001 10100010 0 1011101 100010 100 101000010 1011100 110011

Color Harmonies of #F511A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511A2

Black with #F511A2

Text Example


Text Example

White with #F511A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511A2; }

 p { color: rgb(245,17,162); }

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

background-color css

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

 a { background-color: rgb(245,17,162); }

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

border-color css

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

 span { border-color: rgb(245,17,162); }

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