#F44886

Color #F44886 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #F44886

Tints of French Rose #F44886

Color information

#F44886 (or 0xF44886) is unknown color: approx French Rose. HEX triplet: F4, 48 and 86. RGB value is (244,72,134). Sum of RGB (Red+Green+Blue) = 244+72+134=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F44886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44886 is #0BB779. Grayscale: #828282. Windows color (decimal): -767866 or 8800500. OLE color: 8800500.

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

Color convert

RGB24472134-
CMYK00.700.450.04
HSL338.37º88.66%61.96%-
HSV(B)338.37º70.49%95.69%-
XYZ43.9325.5925.18-
YUV130.5129.98208.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.22%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=54.22%
G=16%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447213400.700.450.04338.3788.6661.96
HexF448860462D4152593e
Octal364110206010655452213176
Binary11110100100100010000110010001101011011001010100101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44886; }

 p { color: rgb(244,72,134); }

 H1.HeaderClassName
 {
   color: #F44886;
 }
 .AnyTagClassName
 {
   color: #F44886;
 }
</style>
background-color css

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

 a { background-color: rgb(244,72,134); }

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

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

 span { border-color: rgb(244,72,134); }

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