#FE4C9F

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

Shades of Brilliant Rose #FE4C9F

Tints of Brilliant Rose #FE4C9F

Color information

#FE4C9F (or 0xFE4C9F) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4C and 9F. RGB value is (254,76,159). Sum of RGB (Red+Green+Blue) = 254+76+159=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4C9F is #01B360. Grayscale: #8A8A8A. Windows color (decimal): -111457 or 10439934. OLE color: 10439934.

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

Color convert

RGB25476159-
CMYK00.700.370.00
HSL332.02º98.89%64.71%-
HSV(B)332.02º70.08%99.61%-
XYZ49.7228.7435.73-
YUV138.68139.47210.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.94%
GREEN value IS 76 (30.08% from 255) = 15.54%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=51.94%
G=15.54%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547615900.700.370.00332.0298.8964.71
HexFE4C9F04625014c6341
Octal3761142370106450514143101
Binary1111111010011001001111101000110100101010100110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4C9F; }

 p { color: rgb(254,76,159); }

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

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

 a { background-color: rgb(254,76,159); }

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

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

 span { border-color: rgb(254,76,159); }

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