#FE4DAF

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

Shades of Brilliant Rose #FE4DAF

Tints of Brilliant Rose #FE4DAF

Color information

#FE4DAF (or 0xFE4DAF) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4D and AF. RGB value is (254,77,175). Sum of RGB (Red+Green+Blue) = 254+77+175=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4DAF is #01B250. Grayscale: #8C8C8C. Windows color (decimal): -111185 or 11488766. OLE color: 11488766.

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

Color convert

RGB25477175-
CMYK00.700.310.00
HSL326.78º98.88%64.9%-
HSV(B)326.78º69.69%99.61%-
XYZ51.2629.4743.54-
YUV141.1147.14208.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 77 (30.47% from 255) = 15.22%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=50.20%
G=15.22%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547717500.700.310.00326.7898.8864.9
HexFE4DAF0461F01476341
Octal3761152570106370507143101
Binary111111101001101101011110100011011111010100011111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4DAF; }

 p { color: rgb(254,77,175); }

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

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

 a { background-color: rgb(254,77,175); }

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

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

 span { border-color: rgb(254,77,175); }

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