Html Css Color HEX #F44E7A Dark Pink

📋 copy color: '#F44E7A'

red 244 ◦ green 78 ◦ blue 122

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

Shades of Dark Pink #F44E7A

Tints of Dark Pink #F44E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.57%

 BLUE value IS 122 (48.05% from 255) = 27.48%

R = 54.95%
G = 17.57%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#F44E7A (or 0xF44E7A) is known color: Dark Pink. HEX triplet: F4, 4E and 7A. RGB value is (244,78,122). Sum of RGB (Red+Green+Blue) = 244+78+122=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F44E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44E7A is #0BB185. Grayscale: #848484. Windows color (decimal): -766342 or 8015604. OLE color: 8015604.

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

Color convert

RGB 244 78 122 -
CMYK 0 0.68 0.5 0.04
HSL 344.1º 0.88% 0.63% -
HSV(B) 344.1º 0.68% 0.96% -
XYZ 43.55 26.09 21.15 -
YUV 132.65 122 207.42 -
System Red Green Blue C M Y K H S L
Decimal 244 78 122 0 0.68 0.5 0.04 344.1 0.88 0.63
Hex F4 4E 7A 0 44 32 4 158 58 3F
Octal 364 116 172 0 104 62 4 530 130 77
Binary 11110100 1001110 1111010 0 1000100 110010 100 101011000 1011000 111111

Color Harmonies of #F44E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44E7A

Black with #F44E7A

Text Example


Text Example

White with #F44E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44E7A; }

 p { color: rgb(244,78,122); }

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

background-color css

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

 a { background-color: rgb(244,78,122); }

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

border-color css

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

 span { border-color: rgb(244,78,122); }

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