Html Css Color HEX #F40893 Deep Pink

📋 copy color: '#F40893'

red 244 ◦ green 8 ◦ blue 147

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

Shades of Deep Pink #F40893

Tints of Deep Pink #F40893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

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

R = 61.15%
G = 2.01%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F40893 (or 0xF40893) is known color: Deep Pink. HEX triplet: F4, 08 and 93. RGB value is (244,8,147). Sum of RGB (Red+Green+Blue) = 244+8+147=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F40893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40893 is #0BF76C. Grayscale: #5E5E5E. Windows color (decimal): -784237 or 9636084. OLE color: 9636084.

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

Color convert

RGB 244 8 147 -
CMYK 0 0.97 0.40 0.04
HSL 324.66º 0.94% 0.49% -
HSV(B) 324.66º 0.97% 0.96% -
XYZ 42.66 21.51 29.51 -
YUV 94.41 157.69 234.7 -
System Red Green Blue C M Y K H S L
Decimal 244 8 147 0 0.97 0.40 0.04 324.66 0.94 0.49
Hex F4 8 93 0 61 28 4 145 5E 31
Octal 364 10 223 0 141 50 4 505 136 61
Binary 11110100 1000 10010011 0 1100001 101000 100 101000101 1011110 110001

Color Harmonies of #F40893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40893

Black with #F40893

Text Example


Text Example

White with #F40893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40893; }

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

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

background-color css

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

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

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

border-color css

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

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

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