#FC4ABD

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

Shades of Razzle Dazzle Rose #FC4ABD

Tints of Razzle Dazzle Rose #FC4ABD

Color information

#FC4ABD (or 0xFC4ABD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 4A and BD. RGB value is (252,74,189). Sum of RGB (Red+Green+Blue) = 252+74+189=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4ABD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4ABD is #03B542. Grayscale: #8C8C8C. Windows color (decimal): -243011 or 12405500. OLE color: 12405500.

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

Color convert

RGB25274189-
CMYK00.710.250.01
HSL321.24º96.74%63.92%-
HSV(B)321.24º70.63%98.82%-
XYZ51.7829.2751.06-
YUV140.33155.47207.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 74 (29.30% from 255) = 14.37%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=48.93%
G=14.37%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527418900.710.250.01321.2496.7463.92
HexFC4ABD0471911416140
Octal3741122750107311501141100
Binary111111001001010101111010100011111001110100000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4ABD; }

 p { color: rgb(252,74,189); }

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

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

 a { background-color: rgb(252,74,189); }

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

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

 span { border-color: rgb(252,74,189); }

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