#FF5695

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

Shades of Brilliant Rose #FF5695

Tints of Brilliant Rose #FF5695

Color information

#FF5695 (or 0xFF5695) is unknown color: approx Brilliant Rose. HEX triplet: FF, 56 and 95. RGB value is (255,86,149). Sum of RGB (Red+Green+Blue) = 255+86+149=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5695 is #00A96A. Grayscale: #8F8F8F. Windows color (decimal): -43371 or 9787135. OLE color: 9787135.

HSL color Cylindrical-coordinate representation of color #FF5695: hue angle of 337.63º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF5695 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB25586149-
CMYK00.660.420
HSL337.63º100%66.86%-
HSV(B)337.63º66.27%100%-
XYZ49.9930.0931.61-
YUV143.71130.99207.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 86 (33.98% from 255) = 17.55%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=52.04%
G=17.55%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558614900.660.420337.6310066.86
HexFF56950422A01526443
Octal3771262250102520522144103
Binary1111111110101101001010101000010101010010101001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5695; }

 p { color: rgb(255,86,149); }

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

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

 a { background-color: rgb(255,86,149); }

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

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

 span { border-color: rgb(255,86,149); }

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