#F44B95

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

Shades of French Rose #F44B95

Tints of French Rose #F44B95

Color information

#F44B95 (or 0xF44B95) is unknown color: approx French Rose. HEX triplet: F4, 4B and 95. RGB value is (244,75,149). Sum of RGB (Red+Green+Blue) = 244+75+149=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F44B95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44B95 is #0BB46A. Grayscale: #858585. Windows color (decimal): -767083 or 9784308. OLE color: 9784308.

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

Color convert

RGB24475149-
CMYK00.690.390.04
HSL333.73º88.48%62.55%-
HSV(B)333.73º69.26%95.69%-
XYZ45.2526.4431.15-
YUV133.97136.49206.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.14%
GREEN value IS 75 (29.69% from 255) = 16.03%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=52.14%
G=16.03%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447514900.690.390.04333.7388.4862.55
HexF44B9504527414e583f
Octal364113225010547451613077
Binary11110100100101110010101010001011001111001010011101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44B95; }

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

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

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

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

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

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

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

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