#FD48CF

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

Shades of Razzle Dazzle Rose #FD48CF

Tints of Razzle Dazzle Rose #FD48CF

Color information

#FD48CF (or 0xFD48CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 48 and CF. RGB value is (253,72,207). Sum of RGB (Red+Green+Blue) = 253+72+207=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 72 (28.52% from 255 or 13.53% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FD48CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD48CF is #02B730. Grayscale: #8D8D8D. Windows color (decimal): -177969 or 13584637. OLE color: 13584637.

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

Color convert

RGB25372207-
CMYK00.720.180.01
HSL315.25º97.84%63.73%-
HSV(B)315.25º71.54%99.22%-
XYZ54.0930.0261.98-
YUV141.51164.97207.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.56%
GREEN value IS 72 (28.52% from 255) = 13.53%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=47.56%
G=13.53%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537220700.720.180.01315.2597.8463.73
HexFD48CF04812113b6240
Octal3751103170110221473142100
Binary111111011001000110011110100100010010110011101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD48CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD48CF; }

 p { color: rgb(253,72,207); }

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

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

 a { background-color: rgb(253,72,207); }

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

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

 span { border-color: rgb(253,72,207); }

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