Html Css Color HEX #F44D7B Dark Pink

📋 copy color: '#F44D7B'

red 244 ◦ green 77 ◦ blue 123

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

Shades of Dark Pink #F44D7B

Tints of Dark Pink #F44D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 54.95%
G = 17.34%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F44D7B (or 0xF44D7B) is known color: Dark Pink. HEX triplet: F4, 4D and 7B. RGB value is (244,77,123). Sum of RGB (Red+Green+Blue) = 244+77+123=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D7B is #0BB284. Grayscale: #848484. Windows color (decimal): -766597 or 8080884. OLE color: 8080884.

HSL color Cylindrical-coordinate representation of color #F44D7B: hue angle of 343.47º 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 #F44D7B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 77 123 -
CMYK 0 0.68 0.50 0.04
HSL 343.47º 0.88% 0.63% -
HSV(B) 343.47º 0.68% 0.96% -
XYZ 43.54 25.97 21.46 -
YUV 132.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 244 77 123 0 0.68 0.50 0.04 343.47 0.88 0.63
Hex F4 4D 7B 0 44 32 4 157 58 3F
Octal 364 115 173 0 104 62 4 527 130 77
Binary 11110100 1001101 1111011 0 1000100 110010 100 101010111 1011000 111111

Color Harmonies of #F44D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44D7B

Black with #F44D7B

Text Example


Text Example

White with #F44D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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