Html Css Color HEX #F10096 Hollywood Cerise

📋 copy color: '#F10096'

red 241 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #F10096

Tints of Hollywood Cerise #F10096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.64%
G = 0%
B = 38.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F10096 (or 0xF10096) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 96. RGB value is (241,0,150). Sum of RGB (Red+Green+Blue) = 241+0+150=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F10096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10096 is #0EFF69. Grayscale: #585858. Windows color (decimal): -982890 or 9830641. OLE color: 9830641.

HSL color Cylindrical-coordinate representation of color #F10096: hue angle of 322.66º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10096 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 150 -
CMYK 0 1 0.38 0.05
HSL 322.66º 1% 0.47% -
HSV(B) 322.66º 1% 0.95% -
XYZ 41.78 20.9 30.69 -
YUV 89.16 162.34 236.3 -
System Red Green Blue C M Y K H S L
Decimal 241 0 150 0 1 0.38 0.05 322.66 1 0.47
Hex F1 0 96 0 64 26 5 143 64 2F
Octal 361 0 226 0 144 46 5 503 144 57
Binary 11110001 0 10010110 0 1100100 100110 101 101000011 1100100 101111

Color Harmonies of #F10096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10096

Black with #F10096

Text Example


Text Example

White with #F10096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10096; }

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

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

background-color css

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

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

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

border-color css

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

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

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