Html Css Color HEX #F5019D Hollywood Cerise

📋 copy color: '#F5019D'

red 245 ◦ green 1 ◦ blue 157

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

Shades of Hollywood Cerise #F5019D

Tints of Hollywood Cerise #F5019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 60.79%
G = 0.25%
B = 38.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5019D (or 0xF5019D) is known color: Hollywood Cerise. HEX triplet: F5, 01 and 9D. RGB value is (245,1,157). Sum of RGB (Red+Green+Blue) = 245+1+157=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F5019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5019D is #0AFE62. Grayscale: #5B5B5B. Windows color (decimal): -720483 or 10289653. OLE color: 10289653.

HSL color Cylindrical-coordinate representation of color #F5019D: hue angle of 321.64º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5019D is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 157 -
CMYK 0 1.00 0.36 0.04
HSL 321.64º 0.99% 0.48% -
HSV(B) 321.64º 1% 0.96% -
XYZ 43.75 21.87 33.81 -
YUV 91.74 164.84 237.32 -
System Red Green Blue C M Y K H S L
Decimal 245 1 157 0 1.00 0.36 0.04 321.64 0.99 0.48
Hex F5 1 9D 0 64 24 4 142 63 30
Octal 365 1 235 0 144 44 4 502 143 60
Binary 11110101 1 10011101 0 1100100 100100 100 101000010 1100011 110000

Color Harmonies of #F5019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5019D

Black with #F5019D

Text Example


Text Example

White with #F5019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5019D; }

 p { color: rgb(245,1,157); }

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

background-color css

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

 a { background-color: rgb(245,1,157); }

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

border-color css

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

 span { border-color: rgb(245,1,157); }

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