Html Css Color HEX #F5089B Hollywood Cerise

📋 copy color: '#F5089B'

red 245 ◦ green 8 ◦ blue 155

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

Shades of Hollywood Cerise #F5089B

Tints of Hollywood Cerise #F5089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.96%

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

R = 60.05%
G = 1.96%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5089B (or 0xF5089B) is known color: Hollywood Cerise. HEX triplet: F5, 08 and 9B. RGB value is (245,8,155). Sum of RGB (Red+Green+Blue) = 245+8+155=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5089B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5089B is #0AF764. Grayscale: #5F5F5F. Windows color (decimal): -718693 or 10160373. OLE color: 10160373.

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

Color convert

RGB 245 8 155 -
CMYK 0 0.97 0.37 0.04
HSL 322.78º 0.94% 0.5% -
HSV(B) 322.78º 0.97% 0.96% -
XYZ 43.66 21.95 32.95 -
YUV 95.62 161.52 234.55 -
System Red Green Blue C M Y K H S L
Decimal 245 8 155 0 0.97 0.37 0.04 322.78 0.94 0.5
Hex F5 8 9B 0 61 25 4 143 5E 32
Octal 365 10 233 0 141 45 4 503 136 62
Binary 11110101 1000 10011011 0 1100001 100101 100 101000011 1011110 110010

Color Harmonies of #F5089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5089B

Black with #F5089B

Text Example


Text Example

White with #F5089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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