Html Css Color HEX #F44F7C Dark Pink

📋 copy color: '#F44F7C'

red 244 ◦ green 79 ◦ blue 124

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

Shades of Dark Pink #F44F7C

Tints of Dark Pink #F44F7C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 54.59%
G = 17.67%
B = 27.74%

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

#F44F7C (or 0xF44F7C) is known color: Dark Pink. HEX triplet: F4, 4F and 7C. RGB value is (244,79,124). Sum of RGB (Red+Green+Blue) = 244+79+124=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F44F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44F7C is #0BB083. Grayscale: #858585. Windows color (decimal): -766084 or 8146932. OLE color: 8146932.

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

Color convert

RGB 244 79 124 -
CMYK 0 0.68 0.49 0.04
HSL 343.64º 0.88% 0.63% -
HSV(B) 343.64º 0.68% 0.96% -
XYZ 43.74 26.28 21.84 -
YUV 133.47 122.66 206.84 -
System Red Green Blue C M Y K H S L
Decimal 244 79 124 0 0.68 0.49 0.04 343.64 0.88 0.63
Hex F4 4F 7C 0 44 31 4 158 58 3F
Octal 364 117 174 0 104 61 4 530 130 77
Binary 11110100 1001111 1111100 0 1000100 110001 100 101011000 1011000 111111

Color Harmonies of #F44F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44F7C

Black with #F44F7C

Text Example


Text Example

White with #F44F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44F7C; }

 p { color: rgb(244,79,124); }

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

background-color css

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

 a { background-color: rgb(244,79,124); }

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

border-color css

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

 span { border-color: rgb(244,79,124); }

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