#F45C93

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

Shades of French Rose #F45C93

Tints of French Rose #F45C93

Color information

#F45C93 (or 0xF45C93) is unknown color: approx French Rose. HEX triplet: F4, 5C and 93. RGB value is (244,92,147). Sum of RGB (Red+Green+Blue) = 244+92+147=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45C93 is #0BA36C. Grayscale: #8F8F8F. Windows color (decimal): -762733 or 9657588. OLE color: 9657588.

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

Color convert

RGB24492147-
CMYK00.620.400.04
HSL338.29º87.36%65.88%-
HSV(B)338.29º62.3%95.69%-
XYZ46.428.9930.75-
YUV143.72129.86199.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.52%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=50.52%
G=19.05%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449214700.620.400.04338.2987.3665.88
HexF45C9303E2841525742
Octal364134223076504522127102
Binary11110100101110010010011011111010100010010101001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45C93; }

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

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

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

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

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

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

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

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