#F44C97

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

Shades of French Rose #F44C97

Tints of French Rose #F44C97

Color information

#F44C97 (or 0xF44C97) is unknown color: approx French Rose. HEX triplet: F4, 4C and 97. RGB value is (244,76,151). Sum of RGB (Red+Green+Blue) = 244+76+151=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44C97 is #0BB368. Grayscale: #868686. Windows color (decimal): -766825 or 9915636. OLE color: 9915636.

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

Color convert

RGB24476151-
CMYK00.690.380.04
HSL333.21º88.42%62.75%-
HSV(B)333.21º68.85%95.69%-
XYZ45.4826.6432.02-
YUV134.78137.16205.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.80%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=51.80%
G=16.14%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447615100.690.380.04333.2188.4262.75
HexF44C9704526414d583f
Octal364114227010546451513077
Binary11110100100110010010111010001011001101001010011011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44C97; }

 p { color: rgb(244,76,151); }

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

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

 a { background-color: rgb(244,76,151); }

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

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

 span { border-color: rgb(244,76,151); }

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