#FF4E98

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

Shades of Brilliant Rose #FF4E98

Tints of Brilliant Rose #FF4E98

Color information

#FF4E98 (or 0xFF4E98) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4E and 98. RGB value is (255,78,152). Sum of RGB (Red+Green+Blue) = 255+78+152=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4E98 is #00B167. Grayscale: #8B8B8B. Windows color (decimal): -45416 or 9981695. OLE color: 9981695.

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

Color convert

RGB25578152-
CMYK00.690.400
HSL334.92º100%65.29%-
HSV(B)334.92º69.41%100%-
XYZ49.6328.9832.68-
YUV139.36135.14210.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.58%
GREEN value IS 78 (30.86% from 255) = 16.08%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=52.58%
G=16.08%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557815200.690.400334.9210065.29
HexFF4E9804528014f6441
Octal3771162300105500517144101
Binary1111111110011101001100001000101101000010100111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4E98; }

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

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

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

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

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

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

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

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