Html Css Color HEX #F10491 Hollywood Cerise

📋 copy color: '#F10491'

red 241 ◦ green 4 ◦ blue 145

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

Shades of Hollywood Cerise #F10491

Tints of Hollywood Cerise #F10491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 61.79%
G = 1.03%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F10491 (or 0xF10491) is known color: Hollywood Cerise. HEX triplet: F1, 04 and 91. RGB value is (241,4,145). Sum of RGB (Red+Green+Blue) = 241+4+145=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F10491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10491 is #0EFB6E. Grayscale: #5A5A5A. Windows color (decimal): -981871 or 9503985. OLE color: 9503985.

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

Color convert

RGB 241 4 145 -
CMYK 0 0.98 0.40 0.05
HSL 324.3º 0.97% 0.48% -
HSV(B) 324.3º 0.98% 0.95% -
XYZ 41.43 20.83 28.63 -
YUV 90.94 158.52 235.04 -
System Red Green Blue C M Y K H S L
Decimal 241 4 145 0 0.98 0.40 0.05 324.3 0.97 0.48
Hex F1 4 91 0 62 28 5 144 61 30
Octal 361 4 221 0 142 50 5 504 141 60
Binary 11110001 100 10010001 0 1100010 101000 101 101000100 1100001 110000

Color Harmonies of #F10491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10491

Black with #F10491

Text Example


Text Example

White with #F10491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10491; }

 p { color: rgb(241,4,145); }

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

background-color css

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

 a { background-color: rgb(241,4,145); }

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

border-color css

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

 span { border-color: rgb(241,4,145); }

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