#F44B96

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

Shades of French Rose #F44B96

Tints of French Rose #F44B96

Color information

#F44B96 (or 0xF44B96) is unknown color: approx French Rose. HEX triplet: F4, 4B and 96. RGB value is (244,75,150). Sum of RGB (Red+Green+Blue) = 244+75+150=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F44B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44B96 is #0BB469. Grayscale: #858585. Windows color (decimal): -767082 or 9849844. OLE color: 9849844.

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

Color convert

RGB24475150-
CMYK00.690.390.04
HSL333.37º88.48%62.55%-
HSV(B)333.37º69.26%95.69%-
XYZ45.3326.4731.57-
YUV134.08136.99206.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.03%
GREEN value IS 75 (29.69% from 255) = 15.99%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=52.03%
G=15.99%
B=31.98%

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
Decimal2447515000.690.390.04333.3788.4862.55
HexF44B9604527414d583f
Octal364113226010547451513077
Binary11110100100101110010110010001011001111001010011011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44B96; }

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

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

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

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

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

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

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

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