#FE6199

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

Shades of Brilliant Rose #FE6199

Tints of Brilliant Rose #FE6199

Color information

#FE6199 (or 0xFE6199) is unknown color: approx Brilliant Rose. HEX triplet: FE, 61 and 99. RGB value is (254,97,153). Sum of RGB (Red+Green+Blue) = 254+97+153=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6199 is #019E66. Grayscale: #969696. Windows color (decimal): -106087 or 10052094. OLE color: 10052094.

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

Color convert

RGB25497153-
CMYK00.620.400.00
HSL338.6º98.74%68.82%-
HSV(B)338.6º61.81%99.61%-
XYZ50.931.9233.62-
YUV150.33129.51201.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.40%
GREEN value IS 97 (38.28% from 255) = 19.25%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=50.40%
G=19.25%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549715300.620.400.00338.698.7468.82
HexFE619903E2801536345
Octal376141231076500523143105
Binary111111101100001100110010111110101000010101001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6199; }

 p { color: rgb(254,97,153); }

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

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

 a { background-color: rgb(254,97,153); }

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

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

 span { border-color: rgb(254,97,153); }

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