#FD38C5

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

Shades of Razzle Dazzle Rose #FD38C5

Tints of Razzle Dazzle Rose #FD38C5

Color information

#FD38C5 (or 0xFD38C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 38 and C5. RGB value is (253,56,197). Sum of RGB (Red+Green+Blue) = 253+56+197=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD38C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD38C5 is #02C73A. Grayscale: #828282. Windows color (decimal): -182075 or 12925181. OLE color: 12925181.

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

Color convert

RGB25356197-
CMYK00.780.220.01
HSL317.06º98.01%60.59%-
HSV(B)317.06º77.87%99.22%-
XYZ5227.7455.44-
YUV130.98165.27215.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 11.07%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=50%
G=11.07%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535619700.780.220.01317.0698.0160.59
HexFD38C504E16113d623d
Octal37570305011626147514275
Binary1111110111100011000101010011101011011001111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD38C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD38C5; }

 p { color: rgb(253,56,197); }

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

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

 a { background-color: rgb(253,56,197); }

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

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

 span { border-color: rgb(253,56,197); }

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