#F05893

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

Shades of French Rose #F05893

Tints of French Rose #F05893

Color information

#F05893 (or 0xF05893) is unknown color: approx French Rose. HEX triplet: F0, 58 and 93. RGB value is (240,88,147). Sum of RGB (Red+Green+Blue) = 240+88+147=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F05893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05893 is #0FA76C. Grayscale: #8C8C8C. Windows color (decimal): -1025901 or 9656560. OLE color: 9656560.

HSL color Cylindrical-coordinate representation of color #F05893: hue angle of 336.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05893 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB24088147-
CMYK00.630.390.06
HSL336.71º83.52%64.31%-
HSV(B)336.71º63.33%94.12%-
XYZ44.6927.6130.58-
YUV140.17131.86199.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 88 (34.77% from 255) = 18.53%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=50.53%
G=18.53%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408814700.630.390.06336.7183.5264.31
HexF0589303F2761515440
Octal360130223077476521124100
Binary11110000101100010010011011111110011111010101000110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05893; }

 p { color: rgb(240,88,147); }

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

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

 a { background-color: rgb(240,88,147); }

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

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

 span { border-color: rgb(240,88,147); }

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