#F05C90

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

Shades of French Rose #F05C90

Tints of French Rose #F05C90

Color information

#F05C90 (or 0xF05C90) is unknown color: approx French Rose. HEX triplet: F0, 5C and 90. RGB value is (240,92,144). Sum of RGB (Red+Green+Blue) = 240+92+144=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05C90 is #0FA36F. Grayscale: #8E8E8E. Windows color (decimal): -1024880 or 9460976. OLE color: 9460976.

HSL color Cylindrical-coordinate representation of color #F05C90: hue angle of 338.92º 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 #F05C90 is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB24092144-
CMYK00.620.40.06
HSL338.92º83.15%65.1%-
HSV(B)338.92º61.67%94.12%-
XYZ44.828.1929.47-
YUV142.18129.03197.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.42%
GREEN value IS 92 (36.33% from 255) = 19.33%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=50.42%
G=19.33%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409214400.620.40.06338.9283.1565.1
HexF05C9003E2861535341
Octal360134220076506523123101
Binary11110000101110010010000011111010100011010101001110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05C90; }

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

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

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

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

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

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

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

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