Html Css Color HEX #F10189 Hollywood Cerise

📋 copy color: '#F10189'

red 241 ◦ green 1 ◦ blue 137

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

Shades of Hollywood Cerise #F10189

Tints of Hollywood Cerise #F10189

RGB

 RED value IS 241 (94.53% from 255) = 63.59%

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

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

R = 63.59%
G = 0.26%
B = 36.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F10189 (or 0xF10189) is known color: Hollywood Cerise. HEX triplet: F1, 01 and 89. RGB value is (241,1,137). Sum of RGB (Red+Green+Blue) = 241+1+137=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F10189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10189 is #0EFE76. Grayscale: #575757. Windows color (decimal): -982647 or 8978929. OLE color: 8978929.

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

Color convert

RGB 241 1 137 -
CMYK 0 1.00 0.43 0.05
HSL 326º 0.99% 0.47% -
HSV(B) 326º 1% 0.95% -
XYZ 40.8 20.53 25.48 -
YUV 88.26 155.51 236.94 -
System Red Green Blue C M Y K H S L
Decimal 241 1 137 0 1.00 0.43 0.05 326 0.99 0.47
Hex F1 1 89 0 64 2B 5 146 63 2F
Octal 361 1 211 0 144 53 5 506 143 57
Binary 11110001 1 10001001 0 1100100 101011 101 101000110 1100011 101111

Color Harmonies of #F10189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10189

Black with #F10189

Text Example


Text Example

White with #F10189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10189; }

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

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

background-color css

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

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

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

border-color css

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

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

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