#fe47b5

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

Shades of Brilliant Rose #FE47B5

Tints of Brilliant Rose #FE47B5

Color information

#FE47B5 (or 0xFE47B5) is unknown color: approx Brilliant Rose. HEX triplet: FE, 47 and B5. RGB value is (254,71,181). Sum of RGB (Red+Green+Blue) = 254+71+181=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47B5 is #01B84A. Grayscale: #8A8A8A. Windows color (decimal): -112715 or 11880446. OLE color: 11880446.

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

Color convert

RGB25471181-
CMYK00.720.290.00
HSL323.93º98.92%63.73%-
HSV(B)323.93º72.05%99.61%-
XYZ51.4728.9146.58-
YUV138.26152.13210.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 71 (28.12% from 255) = 14.03%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=50.20%
G=14.03%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547118100.720.290.00323.9398.9263.73
HexFE47B50481D01446340
Octal3761072650110350504143100
Binary111111101000111101101010100100011101010100010011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe47b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe47b5; }

 p { color: rgb(254,71,181); }

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

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

 a { background-color: rgb(254,71,181); }

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

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

 span { border-color: rgb(254,71,181); }

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