#fe4cb1

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

Shades of Brilliant Rose #FE4CB1

Tints of Brilliant Rose #FE4CB1

Color information

#FE4CB1 (or 0xFE4CB1) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4C and B1. RGB value is (254,76,177). Sum of RGB (Red+Green+Blue) = 254+76+177=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4CB1 is #01B34E. Grayscale: #8C8C8C. Windows color (decimal): -111439 or 11619582. OLE color: 11619582.

HSL color Cylindrical-coordinate representation of color #FE4CB1: hue angle of 325.96º 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 #FE4CB1 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB25476177-
CMYK00.700.300.00
HSL325.96º98.89%64.71%-
HSV(B)325.96º70.08%99.61%-
XYZ51.3929.4144.56-
YUV140.74148.47208.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.10%
GREEN value IS 76 (30.08% from 255) = 14.99%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=50.10%
G=14.99%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547617700.700.300.00325.9698.8964.71
HexFE4CB10461E01466341
Octal3761142610106360506143101
Binary111111101001100101100010100011011110010100011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe4cb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe4cb1; }

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

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

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

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

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

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

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

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