Html Css Color HEX #F10993 Hollywood Cerise

📋 copy color: '#F10993'

red 241 ◦ green 9 ◦ blue 147

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

Shades of Hollywood Cerise #F10993

Tints of Hollywood Cerise #F10993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 60.71%
G = 2.27%
B = 37.03%

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

#F10993 (or 0xF10993) is known color: Hollywood Cerise. HEX triplet: F1, 09 and 93. RGB value is (241,9,147). Sum of RGB (Red+Green+Blue) = 241+9+147=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F10993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10993 is #0EF66C. Grayscale: #5D5D5D. Windows color (decimal): -980589 or 9636337. OLE color: 9636337.

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

Color convert

RGB 241 9 147 -
CMYK 0 0.96 0.39 0.05
HSL 324.31º 0.93% 0.49% -
HSV(B) 324.31º 0.96% 0.95% -
XYZ 41.64 21 29.46 -
YUV 94.1 157.86 232.78 -
System Red Green Blue C M Y K H S L
Decimal 241 9 147 0 0.96 0.39 0.05 324.31 0.93 0.49
Hex F1 9 93 0 60 27 5 144 5D 31
Octal 361 11 223 0 140 47 5 504 135 61
Binary 11110001 1001 10010011 0 1100000 100111 101 101000100 1011101 110001

Color Harmonies of #F10993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10993

Black with #F10993

Text Example


Text Example

White with #F10993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10993; }

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

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

background-color css

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

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

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

border-color css

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

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

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