#FD43CC

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

Shades of Razzle Dazzle Rose #FD43CC

Tints of Razzle Dazzle Rose #FD43CC

Color information

#FD43CC (or 0xFD43CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 43 and CC. RGB value is (253,67,204). Sum of RGB (Red+Green+Blue) = 253+67+204=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 67 (26.56% from 255 or 12.79% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD43CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD43CC is #02BC33. Grayscale: #898989. Windows color (decimal): -179252 or 13386749. OLE color: 13386749.

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

Color convert

RGB25367204-
CMYK00.740.190.01
HSL315.81º97.89%62.75%-
HSV(B)315.81º73.52%99.22%-
XYZ53.4129.2659.96-
YUV138.23165.12209.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 67 (26.56% from 255) = 12.79%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=48.28%
G=12.79%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536720400.740.190.01315.8197.8962.75
HexFD43CC04A13113c623f
Octal375103314011223147414277
Binary11111101100001111001100010010101001111001111001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD43CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD43CC; }

 p { color: rgb(253,67,204); }

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

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

 a { background-color: rgb(253,67,204); }

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

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

 span { border-color: rgb(253,67,204); }

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