Html Css Color HEX #F10291 Hollywood Cerise

📋 copy color: '#F10291'

red 241 ◦ green 2 ◦ blue 145

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

Shades of Hollywood Cerise #F10291

Tints of Hollywood Cerise #F10291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 62.11%
G = 0.52%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F10291 (or 0xF10291) is known color: Hollywood Cerise. HEX triplet: F1, 02 and 91. RGB value is (241,2,145). Sum of RGB (Red+Green+Blue) = 241+2+145=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F10291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10291 is #0EFD6E. Grayscale: #595959. Windows color (decimal): -982383 or 9503473. OLE color: 9503473.

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

Color convert

RGB 241 2 145 -
CMYK 0 0.99 0.40 0.05
HSL 324.1º 0.98% 0.48% -
HSV(B) 324.1º 0.99% 0.95% -
XYZ 41.41 20.79 28.62 -
YUV 89.76 159.18 235.87 -
System Red Green Blue C M Y K H S L
Decimal 241 2 145 0 0.99 0.40 0.05 324.1 0.98 0.48
Hex F1 2 91 0 63 28 5 144 62 30
Octal 361 2 221 0 143 50 5 504 142 60
Binary 11110001 10 10010001 0 1100011 101000 101 101000100 1100010 110000

Color Harmonies of #F10291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10291

Black with #F10291

Text Example


Text Example

White with #F10291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10291; }

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

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

background-color css

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

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

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

border-color css

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

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

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