#FC4E9F

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

Shades of Brilliant Rose #FC4E9F

Tints of Brilliant Rose #FC4E9F

Color information

#FC4E9F (or 0xFC4E9F) is unknown color: approx Brilliant Rose. HEX triplet: FC, 4E and 9F. RGB value is (252,78,159). Sum of RGB (Red+Green+Blue) = 252+78+159=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4E9F is #03B160. Grayscale: #8B8B8B. Windows color (decimal): -242017 or 10440444. OLE color: 10440444.

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

Color convert

RGB25278159-
CMYK00.690.370.01
HSL332.07º96.67%64.71%-
HSV(B)332.07º69.05%98.82%-
XYZ49.1328.6535.74-
YUV139.26139.15208.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.53%
GREEN value IS 78 (30.86% from 255) = 15.95%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=51.53%
G=15.95%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527815900.690.370.01332.0796.6764.71
HexFC4E9F04525114c6141
Octal3741162370105451514141101
Binary1111110010011101001111101000101100101110100110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4E9F; }

 p { color: rgb(252,78,159); }

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

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

 a { background-color: rgb(252,78,159); }

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

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

 span { border-color: rgb(252,78,159); }

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