#FE53B4

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

Shades of Brilliant Rose #FE53B4

Tints of Brilliant Rose #FE53B4

Color information

#FE53B4 (or 0xFE53B4) is unknown color: approx Brilliant Rose. HEX triplet: FE, 53 and B4. RGB value is (254,83,180). Sum of RGB (Red+Green+Blue) = 254+83+180=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53B4 is #01AC4B. Grayscale: #909090. Windows color (decimal): -109644 or 11817982. OLE color: 11817982.

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

Color convert

RGB25483180-
CMYK00.670.290.00
HSL325.96º98.84%66.08%-
HSV(B)325.96º67.32%99.61%-
XYZ52.230.5546.33-
YUV145.19147.65205.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 83 (32.81% from 255) = 16.05%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=49.13%
G=16.05%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548318000.670.290.00325.9698.8466.08
HexFE53B40431D01466342
Octal3761232640103350506143102
Binary111111101010011101101000100001111101010100011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE53B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE53B4; }

 p { color: rgb(254,83,180); }

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

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

 a { background-color: rgb(254,83,180); }

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

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

 span { border-color: rgb(254,83,180); }

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