#FF5694

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

Shades of Brilliant Rose #FF5694

Tints of Brilliant Rose #FF5694

Color information

#FF5694 (or 0xFF5694) is unknown color: approx Brilliant Rose. HEX triplet: FF, 56 and 94. RGB value is (255,86,148). Sum of RGB (Red+Green+Blue) = 255+86+148=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5694 is #00A96B. Grayscale: #8F8F8F. Windows color (decimal): -43372 or 9721599. OLE color: 9721599.

HSL color Cylindrical-coordinate representation of color #FF5694: hue angle of 337.99º 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 #FF5694 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB25586148-
CMYK00.660.420
HSL337.99º100%66.86%-
HSV(B)337.99º66.27%100%-
XYZ49.9130.0531.19-
YUV143.6130.49207.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 86 (33.98% from 255) = 17.59%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=52.15%
G=17.59%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558614800.660.420337.9910066.86
HexFF56940422A01526443
Octal3771262240102520522144103
Binary1111111110101101001010001000010101010010101001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5694; }

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

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

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

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

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

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

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

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