#FF4E96

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

Shades of Brilliant Rose #FF4E96

Tints of Brilliant Rose #FF4E96

Color information

#FF4E96 (or 0xFF4E96) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4E and 96. RGB value is (255,78,150). Sum of RGB (Red+Green+Blue) = 255+78+150=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4E96 is #00B169. Grayscale: #8B8B8B. Windows color (decimal): -45418 or 9850623. OLE color: 9850623.

HSL color Cylindrical-coordinate representation of color #FF4E96: hue angle of 335.59º 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 #FF4E96 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB25578150-
CMYK00.690.410
HSL335.59º100%65.29%-
HSV(B)335.59º69.41%100%-
XYZ49.4728.9131.83-
YUV139.13134.14210.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 78 (30.86% from 255) = 16.15%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=52.80%
G=16.15%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557815000.690.410335.5910065.29
HexFF4E960452901506441
Octal3771162260105510520144101
Binary1111111110011101001011001000101101001010101000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4E96; }

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

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

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

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

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

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

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

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