Html Css Color HEX #F5039B Hollywood Cerise

📋 copy color: '#F5039B'

red 245 ◦ green 3 ◦ blue 155

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

Shades of Hollywood Cerise #F5039B

Tints of Hollywood Cerise #F5039B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 60.79%
G = 0.74%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5039B (or 0xF5039B) is known color: Hollywood Cerise. HEX triplet: F5, 03 and 9B. RGB value is (245,3,155). Sum of RGB (Red+Green+Blue) = 245+3+155=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F5039B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5039B is #0AFC64. Grayscale: #5C5C5C. Windows color (decimal): -719973 or 10159093. OLE color: 10159093.

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

Color convert

RGB 245 3 155 -
CMYK 0 0.99 0.37 0.04
HSL 322.31º 0.98% 0.49% -
HSV(B) 322.31º 0.99% 0.96% -
XYZ 43.61 21.84 32.93 -
YUV 92.69 163.17 236.64 -
System Red Green Blue C M Y K H S L
Decimal 245 3 155 0 0.99 0.37 0.04 322.31 0.98 0.49
Hex F5 3 9B 0 63 25 4 142 62 31
Octal 365 3 233 0 143 45 4 502 142 61
Binary 11110101 11 10011011 0 1100011 100101 100 101000010 1100010 110001

Color Harmonies of #F5039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5039B

Black with #F5039B

Text Example


Text Example

White with #F5039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5039B; }

 p { color: rgb(245,3,155); }

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

background-color css

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

 a { background-color: rgb(245,3,155); }

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

border-color css

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

 span { border-color: rgb(245,3,155); }

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