Html Css Color HEX #F40E8D Deep Pink

📋 copy color: '#F40E8D'

red 244 ◦ green 14 ◦ blue 141

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

Shades of Deep Pink #F40E8D

Tints of Deep Pink #F40E8D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.51%

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 61.15%
G = 3.51%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F40E8D (or 0xF40E8D) is known color: Deep Pink. HEX triplet: F4, 0E and 8D. RGB value is (244,14,141). Sum of RGB (Red+Green+Blue) = 244+14+141=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40E8D is #0BF172. Grayscale: #606060. Windows color (decimal): -782707 or 9244404. OLE color: 9244404.

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

Color convert

RGB 244 14 141 -
CMYK 0 0.94 0.42 0.04
HSL 326.87º 0.91% 0.51% -
HSV(B) 326.87º 0.94% 0.96% -
XYZ 42.27 21.47 27.12 -
YUV 97.25 152.7 232.67 -
System Red Green Blue C M Y K H S L
Decimal 244 14 141 0 0.94 0.42 0.04 326.87 0.91 0.51
Hex F4 E 8D 0 5E 2A 4 147 5B 33
Octal 364 16 215 0 136 52 4 507 133 63
Binary 11110100 1110 10001101 0 1011110 101010 100 101000111 1011011 110011

Color Harmonies of #F40E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40E8D

Black with #F40E8D

Text Example


Text Example

White with #F40E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40E8D; }

 p { color: rgb(244,14,141); }

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

background-color css

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

 a { background-color: rgb(244,14,141); }

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

border-color css

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

 span { border-color: rgb(244,14,141); }

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