#F05C95

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

Shades of French Rose #F05C95

Tints of French Rose #F05C95

Color information

#F05C95 (or 0xF05C95) is unknown color: approx French Rose. HEX triplet: F0, 5C and 95. RGB value is (240,92,149). Sum of RGB (Red+Green+Blue) = 240+92+149=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05C95 is #0FA36A. Grayscale: #8E8E8E. Windows color (decimal): -1024875 or 9788656. OLE color: 9788656.

HSL color Cylindrical-coordinate representation of color #F05C95: hue angle of 336.89º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05C95 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB24092149-
CMYK00.620.380.06
HSL336.89º83.15%65.1%-
HSV(B)336.89º61.67%94.12%-
XYZ45.1928.3531.52-
YUV142.75131.53197.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.90%
GREEN value IS 92 (36.33% from 255) = 19.13%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=49.90%
G=19.13%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409214900.620.380.06336.8983.1565.1
HexF05C9503E2661515341
Octal360134225076466521123101
Binary11110000101110010010101011111010011011010101000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05C95; }

 p { color: rgb(240,92,149); }

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

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

 a { background-color: rgb(240,92,149); }

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

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

 span { border-color: rgb(240,92,149); }

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