Html Css Color HEX #F11295 Deep Pink

📋 copy color: '#F11295'

red 241 ◦ green 18 ◦ blue 149

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

Shades of Deep Pink #F11295

Tints of Deep Pink #F11295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.41%

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

R = 59.07%
G = 4.41%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F11295 (or 0xF11295) is known color: Deep Pink. HEX triplet: F1, 12 and 95. RGB value is (241,18,149). Sum of RGB (Red+Green+Blue) = 241+18+149=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F11295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11295 is #0EED6A. Grayscale: #636363. Windows color (decimal): -978283 or 9769713. OLE color: 9769713.

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

Color convert

RGB 241 18 149 -
CMYK 0 0.93 0.38 0.05
HSL 324.75º 0.89% 0.51% -
HSV(B) 324.75º 0.93% 0.95% -
XYZ 41.92 21.3 30.34 -
YUV 99.61 155.88 228.85 -
System Red Green Blue C M Y K H S L
Decimal 241 18 149 0 0.93 0.38 0.05 324.75 0.89 0.51
Hex F1 12 95 0 5D 26 5 145 59 33
Octal 361 22 225 0 135 46 5 505 131 63
Binary 11110001 10010 10010101 0 1011101 100110 101 101000101 1011001 110011

Color Harmonies of #F11295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11295

Black with #F11295

Text Example


Text Example

White with #F11295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11295; }

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

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

background-color css

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

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

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

border-color css

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

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

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