Html Css Color HEX #F10396 Hollywood Cerise

📋 copy color: '#F10396'

red 241 ◦ green 3 ◦ blue 150

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

Shades of Hollywood Cerise #F10396

Tints of Hollywood Cerise #F10396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 61.17%
G = 0.76%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F10396 (or 0xF10396) is known color: Hollywood Cerise. HEX triplet: F1, 03 and 96. RGB value is (241,3,150). Sum of RGB (Red+Green+Blue) = 241+3+150=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F10396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10396 is #0EFC69. Grayscale: #5A5A5A. Windows color (decimal): -982122 or 9831409. OLE color: 9831409.

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

Color convert

RGB 241 3 150 -
CMYK 0 0.99 0.38 0.05
HSL 322.94º 0.98% 0.48% -
HSV(B) 322.94º 0.99% 0.95% -
XYZ 41.81 20.97 30.7 -
YUV 90.92 161.35 235.05 -
System Red Green Blue C M Y K H S L
Decimal 241 3 150 0 0.99 0.38 0.05 322.94 0.98 0.48
Hex F1 3 96 0 63 26 5 143 62 30
Octal 361 3 226 0 143 46 5 503 142 60
Binary 11110001 11 10010110 0 1100011 100110 101 101000011 1100010 110000

Color Harmonies of #F10396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10396

Black with #F10396

Text Example


Text Example

White with #F10396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10396; }

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

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

background-color css

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

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

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

border-color css

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

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

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