#F6499E

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

Shades of Brilliant Rose #F6499E

Tints of Brilliant Rose #F6499E

Color information

#F6499E (or 0xF6499E) is unknown color: approx Brilliant Rose. HEX triplet: F6, 49 and 9E. RGB value is (246,73,158). Sum of RGB (Red+Green+Blue) = 246+73+158=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F6499E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6499E is #09B661. Grayscale: #868686. Windows color (decimal): -636514 or 10373622. OLE color: 10373622.

HSL color Cylindrical-coordinate representation of color #F6499E: hue angle of 330.52º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6499E is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB24673158-
CMYK00.700.360.04
HSL330.52º90.58%62.55%-
HSV(B)330.52º70.33%96.47%-
XYZ46.5626.8335.07-
YUV134.42141.31207.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.57%
GREEN value IS 73 (28.91% from 255) = 15.30%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=51.57%
G=15.30%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467315800.700.360.04330.5290.5862.55
HexF6499E04624414b5b3f
Octal366111236010644451313377
Binary11110110100100110011110010001101001001001010010111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6499E; }

 p { color: rgb(246,73,158); }

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

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

 a { background-color: rgb(246,73,158); }

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

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

 span { border-color: rgb(246,73,158); }

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