Html Css Color HEX #F44D80 French Rose

📋 copy color: '#F44D80'

red 244 ◦ green 77 ◦ blue 128

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

Shades of French Rose #F44D80

Tints of French Rose #F44D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 54.34%
G = 17.15%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F44D80 (or 0xF44D80) is known color: French Rose. HEX triplet: F4, 4D and 80. RGB value is (244,77,128). Sum of RGB (Red+Green+Blue) = 244+77+128=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F44D80 is #0BB27F. Grayscale: #848484. Windows color (decimal): -766592 or 8408564. OLE color: 8408564.

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

Color convert

RGB 244 77 128 -
CMYK 0 0.68 0.48 0.04
HSL 341.68º 0.88% 0.63% -
HSV(B) 341.68º 0.68% 0.96% -
XYZ 43.86 26.1 23.15 -
YUV 132.75 125.33 207.35 -
System Red Green Blue C M Y K H S L
Decimal 244 77 128 0 0.68 0.48 0.04 341.68 0.88 0.63
Hex F4 4D 80 0 44 30 4 156 58 3F
Octal 364 115 200 0 104 60 4 526 130 77
Binary 11110100 1001101 10000000 0 1000100 110000 100 101010110 1011000 111111

Color Harmonies of #F44D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44D80

Black with #F44D80

Text Example


Text Example

White with #F44D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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