#FF4E99

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

Shades of Brilliant Rose #FF4E99

Tints of Brilliant Rose #FF4E99

Color information

#FF4E99 (or 0xFF4E99) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4E and 99. RGB value is (255,78,153). Sum of RGB (Red+Green+Blue) = 255+78+153=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4E99 is #00B166. Grayscale: #8B8B8B. Windows color (decimal): -45415 or 10047231. OLE color: 10047231.

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

Color convert

RGB25578153-
CMYK00.690.40
HSL334.58º100%65.29%-
HSV(B)334.58º69.41%100%-
XYZ49.7129.0133.12-
YUV139.47135.64210.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 78 (30.86% from 255) = 16.05%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=52.47%
G=16.05%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557815300.690.40334.5810065.29
HexFF4E9904528014f6441
Octal3771162310105500517144101
Binary1111111110011101001100101000101101000010100111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4E99; }

 p { color: rgb(255,78,153); }

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

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

 a { background-color: rgb(255,78,153); }

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

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

 span { border-color: rgb(255,78,153); }

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