#f15090

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

Shades of French Rose #F15090

Tints of French Rose #F15090

Color information

#F15090 (or 0xF15090) is unknown color: approx French Rose. HEX triplet: F1, 50 and 90. RGB value is (241,80,144). Sum of RGB (Red+Green+Blue) = 241+80+144=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F15090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15090 is #0EAF6F. Grayscale: #878787. Windows color (decimal): -962416 or 9457905. OLE color: 9457905.

HSL color Cylindrical-coordinate representation of color #F15090: hue angle of 336.15º 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 #F15090 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB24180144-
CMYK00.670.400.05
HSL336.15º85.19%62.94%-
HSV(B)336.15º66.8%94.51%-
XYZ44.1826.4529.16-
YUV135.44132.84203.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 80 (31.64% from 255) = 17.20%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=51.83%
G=17.20%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418014400.670.400.05336.1585.1962.94
HexF15090043285150553f
Octal361120220010350552012577
Binary11110001101000010010000010000111010001011010100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f15090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f15090; }

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

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

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

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

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

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

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

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