Html Css Color HEX #F44975 Dark Pink

📋 copy color: '#F44975'

red 244 ◦ green 73 ◦ blue 117

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

Shades of Dark Pink #F44975

Tints of Dark Pink #F44975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.82%

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 56.22%
G = 16.82%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F44975 (or 0xF44975) is known color: Dark Pink. HEX triplet: F4, 49 and 75. RGB value is (244,73,117). Sum of RGB (Red+Green+Blue) = 244+73+117=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F44975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44975 is #0BB68A. Grayscale: #818181. Windows color (decimal): -767627 or 7686644. OLE color: 7686644.

HSL color Cylindrical-coordinate representation of color #F44975: hue angle of 344.56º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F44975 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 73 117 -
CMYK 0 0.70 0.52 0.04
HSL 344.56º 0.89% 0.62% -
HSV(B) 344.56º 0.7% 0.96% -
XYZ 42.9 25.28 19.45 -
YUV 129.15 121.15 209.92 -
System Red Green Blue C M Y K H S L
Decimal 244 73 117 0 0.70 0.52 0.04 344.56 0.89 0.62
Hex F4 49 75 0 46 34 4 159 59 3E
Octal 364 111 165 0 106 64 4 531 131 76
Binary 11110100 1001001 1110101 0 1000110 110100 100 101011001 1011001 111110

Color Harmonies of #F44975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44975

Black with #F44975

Text Example


Text Example

White with #F44975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44975; }

 p { color: rgb(244,73,117); }

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

background-color css

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

 a { background-color: rgb(244,73,117); }

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

border-color css

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

 span { border-color: rgb(244,73,117); }

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