#F15389

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

Shades of French Rose #F15389

Tints of French Rose #F15389

Color information

#F15389 (or 0xF15389) is unknown color: approx French Rose. HEX triplet: F1, 53 and 89. RGB value is (241,83,137). Sum of RGB (Red+Green+Blue) = 241+83+137=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F15389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15389 is #0EAC76. Grayscale: #888888. Windows color (decimal): -961655 or 8999921. OLE color: 8999921.

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

Color convert

RGB24183137-
CMYK00.660.430.05
HSL339.49º84.95%63.53%-
HSV(B)339.49º65.56%94.51%-
XYZ43.8826.6926.51-
YUV136.4128.35202.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.28%
GREEN value IS 83 (32.81% from 255) = 18.00%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=52.28%
G=18.00%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418313700.660.430.05339.4984.9563.53
HexF153890422B51535540
Octal3611232110102535523125100
Binary111100011010011100010010100001010101110110101001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15389; }

 p { color: rgb(241,83,137); }

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

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

 a { background-color: rgb(241,83,137); }

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

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

 span { border-color: rgb(241,83,137); }

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