#F45A93

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

Shades of French Rose #F45A93

Tints of French Rose #F45A93

Color information

#F45A93 (or 0xF45A93) is unknown color: approx French Rose. HEX triplet: F4, 5A and 93. RGB value is (244,90,147). Sum of RGB (Red+Green+Blue) = 244+90+147=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45A93 is #0BA56C. Grayscale: #8E8E8E. Windows color (decimal): -763245 or 9657076. OLE color: 9657076.

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

Color convert

RGB24490147-
CMYK00.630.400.04
HSL337.79º87.5%65.49%-
HSV(B)337.79º63.11%95.69%-
XYZ46.2328.6530.7-
YUV142.54130.52200.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.73%
GREEN value IS 90 (35.55% from 255) = 18.71%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=50.73%
G=18.71%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449014700.630.400.04337.7987.565.49
HexF45A9303F2841525841
Octal364132223077504522130101
Binary11110100101101010010011011111110100010010101001010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45A93; }

 p { color: rgb(244,90,147); }

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

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

 a { background-color: rgb(244,90,147); }

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

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

 span { border-color: rgb(244,90,147); }

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