#FE4C98

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

Shades of Brilliant Rose #FE4C98

Tints of Brilliant Rose #FE4C98

Color information

#FE4C98 (or 0xFE4C98) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4C and 98. RGB value is (254,76,152). Sum of RGB (Red+Green+Blue) = 254+76+152=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4C98 is #01B367. Grayscale: #898989. Windows color (decimal): -111464 or 9981182. OLE color: 9981182.

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

Color convert

RGB25476152-
CMYK00.700.400.00
HSL334.38º98.89%64.71%-
HSV(B)334.38º70.08%99.61%-
XYZ49.1228.5132.62-
YUV137.89135.97210.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.70%
GREEN value IS 76 (30.08% from 255) = 15.77%
BLUE value IS 152 (59.77% from 255) = 31.54%
R=52.70%
G=15.77%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547615200.700.400.00334.3898.8964.71
HexFE4C9804628014e6341
Octal3761142300106500516143101
Binary1111111010011001001100001000110101000010100111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4C98; }

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

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

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

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

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

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

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

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