#FC3FB4

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

Shades of Razzle Dazzle Rose #FC3FB4

Tints of Razzle Dazzle Rose #FC3FB4

Color information

#FC3FB4 (or 0xFC3FB4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3F and B4. RGB value is (252,63,180). Sum of RGB (Red+Green+Blue) = 252+63+180=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3FB4 is #03C04B. Grayscale: #848484. Windows color (decimal): -245836 or 11812860. OLE color: 11812860.

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

Color convert

RGB25263180-
CMYK00.750.290.01
HSL322.86º96.92%61.76%-
HSV(B)322.86º75%98.82%-
XYZ50.1627.5545.85-
YUV132.85154.62212.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 63 (25% from 255) = 12.73%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=50.91%
G=12.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526318000.750.290.01322.8696.9261.76
HexFC3FB404B1D1143613e
Octal37477264011335150314176
Binary1111110011111110110100010010111110111010000111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3FB4; }

 p { color: rgb(252,63,180); }

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

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

 a { background-color: rgb(252,63,180); }

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

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

 span { border-color: rgb(252,63,180); }

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