Html Css Color HEX #F41195 Deep Pink

📋 copy color: '#F41195'

red 244 ◦ green 17 ◦ blue 149

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

Shades of Deep Pink #F41195

Tints of Deep Pink #F41195

RGB

 RED value IS 244 (95.7% from 255) = 59.51%

 GREEN value IS 17 (7.03% from 255) = 4.15%

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

R = 59.51%
G = 4.15%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F41195 (or 0xF41195) is known color: Deep Pink. HEX triplet: F4, 11 and 95. RGB value is (244,17,149). Sum of RGB (Red+Green+Blue) = 244+17+149=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F41195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41195 is #0BEE6A. Grayscale: #636363. Windows color (decimal): -781931 or 9769460. OLE color: 9769460.

HSL color Cylindrical-coordinate representation of color #F41195: hue angle of 325.11º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41195 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 17 149 -
CMYK 0 0.93 0.39 0.04
HSL 325.11º 0.91% 0.51% -
HSV(B) 325.11º 0.93% 0.96% -
XYZ 42.93 21.8 30.38 -
YUV 99.92 155.71 230.77 -
System Red Green Blue C M Y K H S L
Decimal 244 17 149 0 0.93 0.39 0.04 325.11 0.91 0.51
Hex F4 11 95 0 5D 27 4 145 5B 33
Octal 364 21 225 0 135 47 4 505 133 63
Binary 11110100 10001 10010101 0 1011101 100111 100 101000101 1011011 110011

Color Harmonies of #F41195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41195

Black with #F41195

Text Example


Text Example

White with #F41195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41195; }

 p { color: rgb(244,17,149); }

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

background-color css

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

 a { background-color: rgb(244,17,149); }

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

border-color css

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

 span { border-color: rgb(244,17,149); }

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