#FE60A1

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

Shades of Brilliant Rose #FE60A1

Tints of Brilliant Rose #FE60A1

Color information

#FE60A1 (or 0xFE60A1) is unknown color: approx Brilliant Rose. HEX triplet: FE, 60 and A1. RGB value is (254,96,161). Sum of RGB (Red+Green+Blue) = 254+96+161=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE60A1 is #019F5E. Grayscale: #969696. Windows color (decimal): -106335 or 10576126. OLE color: 10576126.

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

Color convert

RGB25496161-
CMYK00.620.370.00
HSL335.32º98.75%68.63%-
HSV(B)335.32º62.2%99.61%-
XYZ51.4932.0137.18-
YUV150.65133.85201.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 96 (37.89% from 255) = 18.79%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=49.71%
G=18.79%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549616100.620.370.00335.3298.7568.63
HexFE60A103E25014f6345
Octal376140241076450517143105
Binary111111101100000101000010111110100101010100111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE60A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE60A1; }

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

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

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

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

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

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

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

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