#f44b7c

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

Shades of French Rose #F44B7C

Tints of French Rose #F44B7C

Color information

#F44B7C (or 0xF44B7C) is unknown color: approx French Rose. HEX triplet: F4, 4B and 7C. RGB value is (244,75,124). Sum of RGB (Red+Green+Blue) = 244+75+124=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F44B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44B7C is #0BB483. Grayscale: #838383. Windows color (decimal): -767108 or 8145908. OLE color: 8145908.

HSL color Cylindrical-coordinate representation of color #F44B7C: hue angle of 342.6º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44B7C is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB24475124-
CMYK00.690.490.04
HSL342.6º88.48%62.55%-
HSV(B)342.6º69.26%95.69%-
XYZ43.4625.7221.74-
YUV131.12123.99208.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.08%
GREEN value IS 75 (29.69% from 255) = 16.93%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=55.08%
G=16.93%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447512400.690.490.04342.688.4862.55
HexF44B7C045314157583f
Octal364113174010561452713077
Binary1111010010010111111100010001011100011001010101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f44b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f44b7c; }

 p { color: rgb(244,75,124); }

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

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

 a { background-color: rgb(244,75,124); }

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

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

 span { border-color: rgb(244,75,124); }

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