#FE6297

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

Shades of Brilliant Rose #FE6297

Tints of Brilliant Rose #FE6297

Color information

#FE6297 (or 0xFE6297) is unknown color: approx Brilliant Rose. HEX triplet: FE, 62 and 97. RGB value is (254,98,151). Sum of RGB (Red+Green+Blue) = 254+98+151=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6297 is #019D68. Grayscale: #969696. Windows color (decimal): -105833 or 9921278. OLE color: 9921278.

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

Color convert

RGB25498151-
CMYK00.610.410.00
HSL339.62º98.73%69.02%-
HSV(B)339.62º61.42%99.61%-
XYZ50.8332.0432.78-
YUV150.69128.18201.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.50%
GREEN value IS 98 (38.67% from 255) = 19.48%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=50.50%
G=19.48%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549815100.610.410.00339.6298.7369.02
HexFE629703D2901546345
Octal376142227075510524143105
Binary111111101100010100101110111101101001010101010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6297; }

 p { color: rgb(254,98,151); }

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

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

 a { background-color: rgb(254,98,151); }

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

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

 span { border-color: rgb(254,98,151); }

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