Html Css Color HEX #F11395 Deep Pink

📋 copy color: '#F11395'

red 241 ◦ green 19 ◦ blue 149

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

Shades of Deep Pink #F11395

Tints of Deep Pink #F11395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.65%

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

R = 58.92%
G = 4.65%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F11395 (or 0xF11395) is known color: Deep Pink. HEX triplet: F1, 13 and 95. RGB value is (241,19,149). Sum of RGB (Red+Green+Blue) = 241+19+149=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F11395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11395 is #0EEC6A. Grayscale: #636363. Windows color (decimal): -978027 or 9769969. OLE color: 9769969.

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

Color convert

RGB 241 19 149 -
CMYK 0 0.92 0.38 0.05
HSL 324.86º 0.89% 0.51% -
HSV(B) 324.86º 0.92% 0.95% -
XYZ 41.93 21.34 30.34 -
YUV 100.2 155.55 228.43 -
System Red Green Blue C M Y K H S L
Decimal 241 19 149 0 0.92 0.38 0.05 324.86 0.89 0.51
Hex F1 13 95 0 5C 26 5 145 59 33
Octal 361 23 225 0 134 46 5 505 131 63
Binary 11110001 10011 10010101 0 1011100 100110 101 101000101 1011001 110011

Color Harmonies of #F11395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11395

Black with #F11395

Text Example


Text Example

White with #F11395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11395; }

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

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

background-color css

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

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

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

border-color css

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

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

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