Html Css Color HEX #F10199 Hollywood Cerise

📋 copy color: '#F10199'

red 241 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #F10199

Tints of Hollywood Cerise #F10199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 61.01%
G = 0.25%
B = 38.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F10199 (or 0xF10199) is known color: Hollywood Cerise. HEX triplet: F1, 01 and 99. RGB value is (241,1,153). Sum of RGB (Red+Green+Blue) = 241+1+153=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F10199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10199 is #0EFE66. Grayscale: #595959. Windows color (decimal): -982631 or 10027505. OLE color: 10027505.

HSL color Cylindrical-coordinate representation of color #F10199: hue angle of 322º 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 #F10199 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 153 -
CMYK 0 1.00 0.37 0.05
HSL 322º 0.99% 0.47% -
HSV(B) 322º 1% 0.95% -
XYZ 42.04 21.02 31.98 -
YUV 90.09 163.51 235.64 -
System Red Green Blue C M Y K H S L
Decimal 241 1 153 0 1.00 0.37 0.05 322 0.99 0.47
Hex F1 1 99 0 64 25 5 142 63 2F
Octal 361 1 231 0 144 45 5 502 143 57
Binary 11110001 1 10011001 0 1100100 100101 101 101000010 1100011 101111

Color Harmonies of #F10199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10199

Black with #F10199

Text Example


Text Example

White with #F10199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10199; }

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

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

background-color css

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

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

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

border-color css

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

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

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