#FE6596

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

Shades of Brilliant Rose #FE6596

Tints of Brilliant Rose #FE6596

Color information

#FE6596 (or 0xFE6596) is unknown color: approx Brilliant Rose. HEX triplet: FE, 65 and 96. RGB value is (254,101,150). Sum of RGB (Red+Green+Blue) = 254+101+150=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6596 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6596 is #019A69. Grayscale: #989898. Windows color (decimal): -105066 or 9856510. OLE color: 9856510.

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

Color convert

RGB254101150-
CMYK00.600.410.00
HSL340.78º98.71%69.61%-
HSV(B)340.78º60.24%99.61%-
XYZ51.0332.5832.45-
YUV152.33126.69200.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 101 (39.84% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=50.30%
G=20%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410115000.600.410.00340.7898.7169.61
HexFE659603C2901556346
Octal376145226074510525143106
Binary111111101100101100101100111100101001010101010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6596; }

 p { color: rgb(254,101,150); }

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

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

 a { background-color: rgb(254,101,150); }

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

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

 span { border-color: rgb(254,101,150); }

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