Html Css Color HEX #F50EAB Hollywood Cerise

📋 copy color: '#F50EAB'

red 245 ◦ green 14 ◦ blue 171

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

Shades of Hollywood Cerise #F50EAB

Tints of Hollywood Cerise #F50EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 56.98%
G = 3.26%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F50EAB (or 0xF50EAB) is known color: Hollywood Cerise. HEX triplet: F5, 0E and AB. RGB value is (245,14,171). Sum of RGB (Red+Green+Blue) = 245+14+171=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50EAB is #0AF154. Grayscale: #646464. Windows color (decimal): -717141 or 11210485. OLE color: 11210485.

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

Color convert

RGB 245 14 171 -
CMYK 0 0.94 0.30 0.04
HSL 319.22º 0.92% 0.51% -
HSV(B) 319.22º 0.94% 0.96% -
XYZ 45.16 22.67 40.52 -
YUV 100.97 167.53 230.73 -
System Red Green Blue C M Y K H S L
Decimal 245 14 171 0 0.94 0.30 0.04 319.22 0.92 0.51
Hex F5 E AB 0 5E 1E 4 13F 5C 33
Octal 365 16 253 0 136 36 4 477 134 63
Binary 11110101 1110 10101011 0 1011110 11110 100 100111111 1011100 110011

Color Harmonies of #F50EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50EAB

Black with #F50EAB

Text Example


Text Example

White with #F50EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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