#FC2CD3

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

Shades of Razzle Dazzle Rose #FC2CD3

Tints of Razzle Dazzle Rose #FC2CD3

Color information

#FC2CD3 (or 0xFC2CD3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 2C and D3. RGB value is (252,44,211). Sum of RGB (Red+Green+Blue) = 252+44+211=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 44 (17.58% from 255 or 8.68% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2CD3 is #03D32C. Grayscale: #7C7C7C. Windows color (decimal): -250669 or 13839612. OLE color: 13839612.

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

Color convert

RGB25244211-
CMYK00.830.160.01
HSL311.83º97.2%58.04%-
HSV(B)311.83º82.54%98.82%-
XYZ52.827.264.1-
YUV125.23176.41218.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.70%
GREEN value IS 44 (17.58% from 255) = 8.68%
BLUE value IS 211 (82.81% from 255) = 41.62%
R=49.70%
G=8.68%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524421100.830.160.01311.8397.258.04
HexFC2CD3053101138613a
Octal37454323012320147014172
Binary1111110010110011010011010100111000011001110001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2CD3; }

 p { color: rgb(252,44,211); }

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

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

 a { background-color: rgb(252,44,211); }

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

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

 span { border-color: rgb(252,44,211); }

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