#F6518F

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

Shades of French Rose #F6518F

Tints of French Rose #F6518F

Color information

#F6518F (or 0xF6518F) is unknown color: approx French Rose. HEX triplet: F6, 51 and 8F. RGB value is (246,81,143). Sum of RGB (Red+Green+Blue) = 246+81+143=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6518F is #09AE70. Grayscale: #898989. Windows color (decimal): -634481 or 9392630. OLE color: 9392630.

HSL color Cylindrical-coordinate representation of color #F6518F: hue angle of 337.45º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6518F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB24681143-
CMYK00.670.420.04
HSL337.45º90.16%64.12%-
HSV(B)337.45º67.07%96.47%-
XYZ45.9127.4628.87-
YUV137.4131.16205.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.34%
GREEN value IS 81 (32.03% from 255) = 17.23%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=52.34%
G=17.23%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468114300.670.420.04337.4590.1664.12
HexF6518F0432A41515a40
Octal3661212170103524521132100
Binary111101101010001100011110100001110101010010101000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6518F; }

 p { color: rgb(246,81,143); }

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

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

 a { background-color: rgb(246,81,143); }

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

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

 span { border-color: rgb(246,81,143); }

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