#FE4E9C

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

Shades of Brilliant Rose #FE4E9C

Tints of Brilliant Rose #FE4E9C

Color information

#FE4E9C (or 0xFE4E9C) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4E and 9C. RGB value is (254,78,156). Sum of RGB (Red+Green+Blue) = 254+78+156=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4E9C is #01B163. Grayscale: #8B8B8B. Windows color (decimal): -110948 or 10243838. OLE color: 10243838.

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

Color convert

RGB25478156-
CMYK00.690.390.00
HSL333.41º98.88%65.1%-
HSV(B)333.41º69.29%99.61%-
XYZ49.628.9234.42-
YUV139.52137.31209.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.05%
GREEN value IS 78 (30.86% from 255) = 15.98%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=52.05%
G=15.98%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547815600.690.390.00333.4198.8865.1
HexFE4E9C04527014d6341
Octal3761162340105470515143101
Binary1111111010011101001110001000101100111010100110111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4E9C; }

 p { color: rgb(254,78,156); }

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

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

 a { background-color: rgb(254,78,156); }

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

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

 span { border-color: rgb(254,78,156); }

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