Html Css Color HEX #F44D7D Dark Pink

📋 copy color: '#F44D7D'

red 244 ◦ green 77 ◦ blue 125

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

Shades of Dark Pink #F44D7D

Tints of Dark Pink #F44D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 54.71%
G = 17.26%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F44D7D (or 0xF44D7D) is known color: Dark Pink. HEX triplet: F4, 4D and 7D. RGB value is (244,77,125). Sum of RGB (Red+Green+Blue) = 244+77+125=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D7D is #0BB282. Grayscale: #848484. Windows color (decimal): -766595 or 8211956. OLE color: 8211956.

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

Color convert

RGB 244 77 125 -
CMYK 0 0.68 0.49 0.04
HSL 342.75º 0.88% 0.63% -
HSV(B) 342.75º 0.68% 0.96% -
XYZ 43.66 26.02 22.12 -
YUV 132.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 244 77 125 0 0.68 0.49 0.04 342.75 0.88 0.63
Hex F4 4D 7D 0 44 31 4 157 58 3F
Octal 364 115 175 0 104 61 4 527 130 77
Binary 11110100 1001101 1111101 0 1000100 110001 100 101010111 1011000 111111

Color Harmonies of #F44D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44D7D

Black with #F44D7D

Text Example


Text Example

White with #F44D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44D7D; }

 p { color: rgb(244,77,125); }

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

background-color css

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

 a { background-color: rgb(244,77,125); }

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

border-color css

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

 span { border-color: rgb(244,77,125); }

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