#F15085

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

Shades of French Rose #F15085

Tints of French Rose #F15085

Color information

#F15085 (or 0xF15085) is unknown color: approx French Rose. HEX triplet: F1, 50 and 85. RGB value is (241,80,133). Sum of RGB (Red+Green+Blue) = 241+80+133=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F15085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15085 is #0EAF7A. Grayscale: #868686. Windows color (decimal): -962427 or 8737009. OLE color: 8737009.

HSL color Cylindrical-coordinate representation of color #F15085: hue angle of 340.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15085 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB24180133-
CMYK00.670.450.05
HSL340.25º85.19%62.94%-
HSV(B)340.25º66.8%94.51%-
XYZ43.3826.1324.95-
YUV134.18127.34204.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.08%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=53.08%
G=17.62%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418013300.670.450.05340.2585.1962.94
HexF150850432D5154553f
Octal361120205010355552412577
Binary11110001101000010000101010000111011011011010101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15085; }

 p { color: rgb(241,80,133); }

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

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

 a { background-color: rgb(241,80,133); }

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

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

 span { border-color: rgb(241,80,133); }

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