Html Css Color HEX #F10399 Hollywood Cerise

📋 copy color: '#F10399'

red 241 ◦ green 3 ◦ blue 153

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

Shades of Hollywood Cerise #F10399

Tints of Hollywood Cerise #F10399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 60.71%
G = 0.76%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F10399 (or 0xF10399) is known color: Hollywood Cerise. HEX triplet: F1, 03 and 99. RGB value is (241,3,153). Sum of RGB (Red+Green+Blue) = 241+3+153=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F10399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10399 is #0EFC66. Grayscale: #5A5A5A. Windows color (decimal): -982119 or 10028017. OLE color: 10028017.

HSL color Cylindrical-coordinate representation of color #F10399: hue angle of 322.18º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10399 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 3 153 -
CMYK 0 0.99 0.37 0.05
HSL 322.18º 0.98% 0.48% -
HSV(B) 322.18º 0.99% 0.95% -
XYZ 42.06 21.07 31.99 -
YUV 91.26 162.85 234.8 -
System Red Green Blue C M Y K H S L
Decimal 241 3 153 0 0.99 0.37 0.05 322.18 0.98 0.48
Hex F1 3 99 0 63 25 5 142 62 30
Octal 361 3 231 0 143 45 5 502 142 60
Binary 11110001 11 10011001 0 1100011 100101 101 101000010 1100010 110000

Color Harmonies of #F10399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10399

Black with #F10399

Text Example


Text Example

White with #F10399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10399; }

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

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

background-color css

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

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

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

border-color css

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

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

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