#FF659A

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

Shades of Brilliant Rose #FF659A

Tints of Brilliant Rose #FF659A

Color information

#FF659A (or 0xFF659A) is unknown color: approx Brilliant Rose. HEX triplet: FF, 65 and 9A. RGB value is (255,101,154). Sum of RGB (Red+Green+Blue) = 255+101+154=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF659A is #009A65. Grayscale: #999999. Windows color (decimal): -39526 or 10118655. OLE color: 10118655.

HSL color Cylindrical-coordinate representation of color #FF659A: hue angle of 339.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF659A is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255101154-
CMYK00.600.400
HSL339.35º100%69.8%-
HSV(B)339.35º60.39%100%-
XYZ51.7332.934.2-
YUV153.09128.52200.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 19.80%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=50%
G=19.80%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510115400.600.400339.3510069.8
HexFF659A03C2801536446
Octal377145232074500523144106
Binary111111111100101100110100111100101000010101001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF659A; }

 p { color: rgb(255,101,154); }

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

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

 a { background-color: rgb(255,101,154); }

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

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

 span { border-color: rgb(255,101,154); }

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