Html Css Color HEX #F44575 Dark Pink

📋 copy color: '#F44575'

red 244 ◦ green 69 ◦ blue 117

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

Shades of Dark Pink #F44575

Tints of Dark Pink #F44575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.05%

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

R = 56.74%
G = 16.05%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F44575 (or 0xF44575) is known color: Dark Pink. HEX triplet: F4, 45 and 75. RGB value is (244,69,117). Sum of RGB (Red+Green+Blue) = 244+69+117=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F44575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44575 is #0BBA8A. Grayscale: #7E7E7E. Windows color (decimal): -768651 or 7685620. OLE color: 7685620.

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

Color convert

RGB 244 69 117 -
CMYK 0 0.72 0.52 0.04
HSL 343.54º 0.89% 0.61% -
HSV(B) 343.54º 0.72% 0.96% -
XYZ 42.65 24.77 19.36 -
YUV 126.8 122.48 211.6 -
System Red Green Blue C M Y K H S L
Decimal 244 69 117 0 0.72 0.52 0.04 343.54 0.89 0.61
Hex F4 45 75 0 48 34 4 158 59 3D
Octal 364 105 165 0 110 64 4 530 131 75
Binary 11110100 1000101 1110101 0 1001000 110100 100 101011000 1011001 111101

Color Harmonies of #F44575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44575

Black with #F44575

Text Example


Text Example

White with #F44575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44575; }

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

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

background-color css

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

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

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

border-color css

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

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

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