Html Css Color HEX #F10994 Hollywood Cerise

📋 copy color: '#F10994'

red 241 ◦ green 9 ◦ blue 148

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

Shades of Hollywood Cerise #F10994

Tints of Hollywood Cerise #F10994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 60.55%
G = 2.26%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F10994 (or 0xF10994) is known color: Hollywood Cerise. HEX triplet: F1, 09 and 94. RGB value is (241,9,148). Sum of RGB (Red+Green+Blue) = 241+9+148=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F10994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10994 is #0EF66B. Grayscale: #5D5D5D. Windows color (decimal): -980588 or 9701873. OLE color: 9701873.

HSL color Cylindrical-coordinate representation of color #F10994: hue angle of 324.05º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10994 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 9 148 -
CMYK 0 0.96 0.39 0.05
HSL 324.05º 0.93% 0.49% -
HSV(B) 324.05º 0.96% 0.95% -
XYZ 41.72 21.03 29.88 -
YUV 94.21 158.36 232.7 -
System Red Green Blue C M Y K H S L
Decimal 241 9 148 0 0.96 0.39 0.05 324.05 0.93 0.49
Hex F1 9 94 0 60 27 5 144 5D 31
Octal 361 11 224 0 140 47 5 504 135 61
Binary 11110001 1001 10010100 0 1100000 100111 101 101000100 1011101 110001

Color Harmonies of #F10994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10994

Black with #F10994

Text Example


Text Example

White with #F10994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10994; }

 p { color: rgb(241,9,148); }

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

background-color css

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

 a { background-color: rgb(241,9,148); }

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

border-color css

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

 span { border-color: rgb(241,9,148); }

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