#F649A1

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

Shades of Brilliant Rose #F649A1

Tints of Brilliant Rose #F649A1

Color information

#F649A1 (or 0xF649A1) is unknown color: approx Brilliant Rose. HEX triplet: F6, 49 and A1. RGB value is (246,73,161). Sum of RGB (Red+Green+Blue) = 246+73+161=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F649A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F649A1 is #09B65E. Grayscale: #868686. Windows color (decimal): -636511 or 10570230. OLE color: 10570230.

HSL color Cylindrical-coordinate representation of color #F649A1: hue angle of 329.48º 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 #F649A1 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB24673161-
CMYK00.700.350.04
HSL329.48º90.58%62.55%-
HSV(B)329.48º70.33%96.47%-
XYZ46.8226.9336.45-
YUV134.76142.81207.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.25%
GREEN value IS 73 (28.91% from 255) = 15.21%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=51.25%
G=15.21%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467316100.700.350.04329.4890.5862.55
HexF649A10462341495b3f
Octal366111241010643451113377
Binary11110110100100110100001010001101000111001010010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F649A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F649A1; }

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

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

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

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

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

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

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

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