#FC4C9A

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

Shades of Brilliant Rose #FC4C9A

Tints of Brilliant Rose #FC4C9A

Color information

#FC4C9A (or 0xFC4C9A) is unknown color: approx Brilliant Rose. HEX triplet: FC, 4C and 9A. RGB value is (252,76,154). Sum of RGB (Red+Green+Blue) = 252+76+154=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4C9A is #03B365. Grayscale: #898989. Windows color (decimal): -242534 or 10112252. OLE color: 10112252.

HSL color Cylindrical-coordinate representation of color #FC4C9A: hue angle of 333.41º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4C9A is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB25276154-
CMYK00.700.390.01
HSL333.41º96.7%64.31%-
HSV(B)333.41º69.84%98.82%-
XYZ48.5628.233.45-
YUV137.52137.31209.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.28%
GREEN value IS 76 (30.08% from 255) = 15.77%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=52.28%
G=15.77%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527615400.700.390.01333.4196.764.31
HexFC4C9A04627114d6140
Octal3741142320106471515141100
Binary1111110010011001001101001000110100111110100110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4C9A; }

 p { color: rgb(252,76,154); }

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

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

 a { background-color: rgb(252,76,154); }

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

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

 span { border-color: rgb(252,76,154); }

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