Html Css Color HEX #F50EA4 Hollywood Cerise

📋 copy color: '#F50EA4'

red 245 ◦ green 14 ◦ blue 164

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

Shades of Hollywood Cerise #F50EA4

Tints of Hollywood Cerise #F50EA4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.31%

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 57.92%
G = 3.31%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F50EA4 (or 0xF50EA4) is known color: Hollywood Cerise. HEX triplet: F5, 0E and A4. RGB value is (245,14,164). Sum of RGB (Red+Green+Blue) = 245+14+164=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50EA4 is #0AF15B. Grayscale: #636363. Windows color (decimal): -717148 or 10751733. OLE color: 10751733.

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

Color convert

RGB 245 14 164 -
CMYK 0 0.94 0.33 0.04
HSL 321.04º 0.92% 0.51% -
HSV(B) 321.04º 0.94% 0.96% -
XYZ 44.51 22.41 37.1 -
YUV 100.17 164.03 231.3 -
System Red Green Blue C M Y K H S L
Decimal 245 14 164 0 0.94 0.33 0.04 321.04 0.92 0.51
Hex F5 E A4 0 5E 21 4 141 5C 33
Octal 365 16 244 0 136 41 4 501 134 63
Binary 11110101 1110 10100100 0 1011110 100001 100 101000001 1011100 110011

Color Harmonies of #F50EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50EA4

Black with #F50EA4

Text Example


Text Example

White with #F50EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50EA4; }

 p { color: rgb(245,14,164); }

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

background-color css

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

 a { background-color: rgb(245,14,164); }

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

border-color css

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

 span { border-color: rgb(245,14,164); }

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