#fe6093

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

Shades of Brilliant Rose #FE6093

Tints of Brilliant Rose #FE6093

Color information

#FE6093 (or 0xFE6093) is unknown color: approx Brilliant Rose. HEX triplet: FE, 60 and 93. RGB value is (254,96,147). Sum of RGB (Red+Green+Blue) = 254+96+147=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6093 is #019F6C. Grayscale: #959595. Windows color (decimal): -106349 or 9658622. OLE color: 9658622.

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

Color convert

RGB25496147-
CMYK00.620.420.00
HSL340.63º98.75%68.63%-
HSV(B)340.63º62.2%99.61%-
XYZ50.3231.5431.04-
YUV149.06126.85202.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.11%
GREEN value IS 96 (37.89% from 255) = 19.32%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=51.11%
G=19.32%
B=29.58%

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
Decimal2549614700.620.420.00340.6398.7568.63
HexFE609303E2A01556345
Octal376140223076520525143105
Binary111111101100000100100110111110101010010101010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe6093; }

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

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

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

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

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

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

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

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