Html Css Color HEX #F5028F Hollywood Cerise

📋 copy color: '#F5028F'

red 245 ◦ green 2 ◦ blue 143

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

Shades of Hollywood Cerise #F5028F

Tints of Hollywood Cerise #F5028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 62.82%
G = 0.51%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5028F (or 0xF5028F) is known color: Hollywood Cerise. HEX triplet: F5, 02 and 8F. RGB value is (245,2,143). Sum of RGB (Red+Green+Blue) = 245+2+143=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5028F is #0AFD70. Grayscale: #5A5A5A. Windows color (decimal): -720241 or 9372405. OLE color: 9372405.

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

Color convert

RGB 245 2 143 -
CMYK 0 0.99 0.42 0.04
HSL 325.19º 0.98% 0.48% -
HSV(B) 325.19º 0.99% 0.96% -
XYZ 42.64 21.44 27.88 -
YUV 90.73 157.51 238.04 -
System Red Green Blue C M Y K H S L
Decimal 245 2 143 0 0.99 0.42 0.04 325.19 0.98 0.48
Hex F5 2 8F 0 63 2A 4 145 62 30
Octal 365 2 217 0 143 52 4 505 142 60
Binary 11110101 10 10001111 0 1100011 101010 100 101000101 1100010 110000

Color Harmonies of #F5028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5028F

Black with #F5028F

Text Example


Text Example

White with #F5028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5028F; }

 p { color: rgb(245,2,143); }

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

background-color css

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

 a { background-color: rgb(245,2,143); }

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

border-color css

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

 span { border-color: rgb(245,2,143); }

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