#F6519A

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

Shades of Brilliant Rose #F6519A

Tints of Brilliant Rose #F6519A

Color information

#F6519A (or 0xF6519A) is unknown color: approx Brilliant Rose. HEX triplet: F6, 51 and 9A. RGB value is (246,81,154). Sum of RGB (Red+Green+Blue) = 246+81+154=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6519A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6519A is #09AE65. Grayscale: #8A8A8A. Windows color (decimal): -634470 or 10113526. OLE color: 10113526.

HSL color Cylindrical-coordinate representation of color #F6519A: hue angle of 333.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 #F6519A is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB24681154-
CMYK00.670.370.04
HSL333.45º90.16%64.12%-
HSV(B)333.45º67.07%96.47%-
XYZ46.7827.8133.47-
YUV138.66136.66204.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.14%
GREEN value IS 81 (32.03% from 255) = 16.84%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=51.14%
G=16.84%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468115400.670.370.04333.4590.1664.12
HexF6519A04325414d5a40
Octal3661212320103454515132100
Binary111101101010001100110100100001110010110010100110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6519A; }

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

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

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

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

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

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

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

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