Html Css Color HEX #F41393 Deep Pink

📋 copy color: '#F41393'

red 244 ◦ green 19 ◦ blue 147

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

Shades of Deep Pink #F41393

Tints of Deep Pink #F41393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.85%

R = 59.51%
G = 4.63%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F41393 (or 0xF41393) is known color: Deep Pink. HEX triplet: F4, 13 and 93. RGB value is (244,19,147). Sum of RGB (Red+Green+Blue) = 244+19+147=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F41393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41393 is #0BEC6C. Grayscale: #646464. Windows color (decimal): -781421 or 9638900. OLE color: 9638900.

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

Color convert

RGB 244 19 147 -
CMYK 0 0.92 0.40 0.04
HSL 325.87º 0.91% 0.52% -
HSV(B) 325.87º 0.92% 0.96% -
XYZ 42.81 21.81 29.56 -
YUV 100.87 154.04 230.09 -
System Red Green Blue C M Y K H S L
Decimal 244 19 147 0 0.92 0.40 0.04 325.87 0.91 0.52
Hex F4 13 93 0 5C 28 4 146 5B 34
Octal 364 23 223 0 134 50 4 506 133 64
Binary 11110100 10011 10010011 0 1011100 101000 100 101000110 1011011 110100

Color Harmonies of #F41393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41393

Black with #F41393

Text Example


Text Example

White with #F41393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41393; }

 p { color: rgb(244,19,147); }

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

background-color css

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

 a { background-color: rgb(244,19,147); }

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

border-color css

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

 span { border-color: rgb(244,19,147); }

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