#FE65A2

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

Shades of Brilliant Rose #FE65A2

Tints of Brilliant Rose #FE65A2

Color information

#FE65A2 (or 0xFE65A2) is unknown color: approx Brilliant Rose. HEX triplet: FE, 65 and A2. RGB value is (254,101,162). Sum of RGB (Red+Green+Blue) = 254+101+162=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE65A2 is #019A5D. Grayscale: #999999. Windows color (decimal): -105054 or 10642942. OLE color: 10642942.

HSL color Cylindrical-coordinate representation of color #FE65A2: hue angle of 336.08º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65A2 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB254101162-
CMYK00.600.360.00
HSL336.08º98.71%69.61%-
HSV(B)336.08º60.24%99.61%-
XYZ52.0532.9937.81-
YUV153.7132.69199.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=49.13%
G=19.54%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410116200.600.360.00336.0898.7169.61
HexFE65A203C2401506346
Octal376145242074440520143106
Binary111111101100101101000100111100100100010101000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE65A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE65A2; }

 p { color: rgb(254,101,162); }

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

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

 a { background-color: rgb(254,101,162); }

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

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

 span { border-color: rgb(254,101,162); }

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