Html Css Color HEX #F00189 Hollywood Cerise

📋 copy color: '#F00189'

red 240 ◦ green 1 ◦ blue 137

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

Shades of Hollywood Cerise #F00189

Tints of Hollywood Cerise #F00189

RGB

 RED value IS 240 (94.14% from 255) = 63.49%

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

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 63.49%
G = 0.26%
B = 36.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F00189 (or 0xF00189) is known color: Hollywood Cerise. HEX triplet: F0, 01 and 89. RGB value is (240,1,137). Sum of RGB (Red+Green+Blue) = 240+1+137=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F00189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00189 is #0FFE76. Grayscale: #575757. Windows color (decimal): -1048183 or 8978928. OLE color: 8978928.

HSL color Cylindrical-coordinate representation of color #F00189: hue angle of 325.86º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00189 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 137 -
CMYK 0 1.00 0.43 0.06
HSL 325.86º 0.99% 0.47% -
HSV(B) 325.86º 1% 0.94% -
XYZ 40.46 20.35 25.46 -
YUV 87.97 155.68 236.44 -
System Red Green Blue C M Y K H S L
Decimal 240 1 137 0 1.00 0.43 0.06 325.86 0.99 0.47
Hex F0 1 89 0 64 2B 6 146 63 2F
Octal 360 1 211 0 144 53 6 506 143 57
Binary 11110000 1 10001001 0 1100100 101011 110 101000110 1100011 101111

Color Harmonies of #F00189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00189

Black with #F00189

Text Example


Text Example

White with #F00189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00189; }

 p { color: rgb(240,1,137); }

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

background-color css

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

 a { background-color: rgb(240,1,137); }

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

border-color css

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

 span { border-color: rgb(240,1,137); }

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