#F15593

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

Shades of French Rose #F15593

Tints of French Rose #F15593

Color information

#F15593 (or 0xF15593) is unknown color: approx French Rose. HEX triplet: F1, 55 and 93. RGB value is (241,85,147). Sum of RGB (Red+Green+Blue) = 241+85+147=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F15593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15593 is #0EAA6C. Grayscale: #8A8A8A. Windows color (decimal): -961133 or 9655793. OLE color: 9655793.

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

Color convert

RGB24185147-
CMYK00.650.390.05
HSL336.15º84.78%63.92%-
HSV(B)336.15º64.73%94.51%-
XYZ44.7927.330.51-
YUV138.71132.68200.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.95%
GREEN value IS 85 (33.59% from 255) = 17.97%
BLUE value IS 147 (57.81% from 255) = 31.08%
R=50.95%
G=17.97%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418514700.650.390.05336.1584.7863.92
HexF155930412751505540
Octal3611252230101475520125100
Binary111100011010101100100110100000110011110110101000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15593; }

 p { color: rgb(241,85,147); }

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

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

 a { background-color: rgb(241,85,147); }

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

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

 span { border-color: rgb(241,85,147); }

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