#FE6094

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

Shades of Brilliant Rose #FE6094

Tints of Brilliant Rose #FE6094

Color information

#FE6094 (or 0xFE6094) is unknown color: approx Brilliant Rose. HEX triplet: FE, 60 and 94. RGB value is (254,96,148). Sum of RGB (Red+Green+Blue) = 254+96+148=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6094 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6094 is #019F6B. Grayscale: #959595. Windows color (decimal): -106348 or 9724158. OLE color: 9724158.

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

Color convert

RGB25496148-
CMYK00.620.420.00
HSL340.25º98.75%68.63%-
HSV(B)340.25º62.2%99.61%-
XYZ50.431.5731.46-
YUV149.17127.35202.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.00%
GREEN value IS 96 (37.89% from 255) = 19.28%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=51.00%
G=19.28%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549614800.620.420.00340.2598.7568.63
HexFE609403E2A01546345
Octal376140224076520524143105
Binary111111101100000100101000111110101010010101010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6094; }

 p { color: rgb(254,96,148); }

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

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

 a { background-color: rgb(254,96,148); }

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

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

 span { border-color: rgb(254,96,148); }

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