Html Css Color HEX #F10595 Hollywood Cerise

📋 copy color: '#F10595'

red 241 ◦ green 5 ◦ blue 149

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

Shades of Hollywood Cerise #F10595

Tints of Hollywood Cerise #F10595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 61.01%
G = 1.27%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F10595 (or 0xF10595) is known color: Hollywood Cerise. HEX triplet: F1, 05 and 95. RGB value is (241,5,149). Sum of RGB (Red+Green+Blue) = 241+5+149=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F10595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10595 is #0EFA6A. Grayscale: #5B5B5B. Windows color (decimal): -981611 or 9766385. OLE color: 9766385.

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

Color convert

RGB 241 5 149 -
CMYK 0 0.98 0.38 0.05
HSL 323.39º 0.96% 0.48% -
HSV(B) 323.39º 0.98% 0.95% -
XYZ 41.75 20.98 30.28 -
YUV 91.98 160.19 234.29 -
System Red Green Blue C M Y K H S L
Decimal 241 5 149 0 0.98 0.38 0.05 323.39 0.96 0.48
Hex F1 5 95 0 62 26 5 143 60 30
Octal 361 5 225 0 142 46 5 503 140 60
Binary 11110001 101 10010101 0 1100010 100110 101 101000011 1100000 110000

Color Harmonies of #F10595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10595

Black with #F10595

Text Example


Text Example

White with #F10595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10595; }

 p { color: rgb(241,5,149); }

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

background-color css

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

 a { background-color: rgb(241,5,149); }

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

border-color css

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

 span { border-color: rgb(241,5,149); }

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