#FC46B8

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

Shades of Brilliant Rose #FC46B8

Tints of Brilliant Rose #FC46B8

Color information

#FC46B8 (or 0xFC46B8) is unknown color: approx Brilliant Rose. HEX triplet: FC, 46 and B8. RGB value is (252,70,184). Sum of RGB (Red+Green+Blue) = 252+70+184=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC46B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC46B8 is #03B947. Grayscale: #898989. Windows color (decimal): -244040 or 12076796. OLE color: 12076796.

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

Color convert

RGB25270184-
CMYK00.720.270.01
HSL322.42º96.81%63.14%-
HSV(B)322.42º72.22%98.82%-
XYZ50.9928.5448.17-
YUV137.41154.3209.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.80%
GREEN value IS 70 (27.73% from 255) = 13.83%
BLUE value IS 184 (72.27% from 255) = 36.36%
R=49.80%
G=13.83%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527018400.720.270.01322.4296.8163.14
HexFC46B80481B1142613f
Octal374106270011033150214177
Binary11111100100011010111000010010001101111010000101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC46B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC46B8; }

 p { color: rgb(252,70,184); }

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

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

 a { background-color: rgb(252,70,184); }

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

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

 span { border-color: rgb(252,70,184); }

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