#F649B1

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

Shades of Brilliant Rose #F649B1

Tints of Brilliant Rose #F649B1

Color information

#F649B1 (or 0xF649B1) is unknown color: approx Brilliant Rose. HEX triplet: F6, 49 and B1. RGB value is (246,73,177). Sum of RGB (Red+Green+Blue) = 246+73+177=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F649B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F649B1 is #09B64E. Grayscale: #888888. Windows color (decimal): -636495 or 11618806. OLE color: 11618806.

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

Color convert

RGB24673177-
CMYK00.700.280.04
HSL323.93º90.58%62.55%-
HSV(B)323.93º70.33%96.47%-
XYZ48.3227.5344.36-
YUV136.58150.81206.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.60%
GREEN value IS 73 (28.91% from 255) = 14.72%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=49.60%
G=14.72%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467317700.700.280.04323.9390.5862.55
HexF649B10461C41445b3f
Octal366111261010634450413377
Binary1111011010010011011000101000110111001001010001001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F649B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F649B1; }

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

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

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

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

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

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

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

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