#FD38C3

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

Shades of Razzle Dazzle Rose #FD38C3

Tints of Razzle Dazzle Rose #FD38C3

Color information

#FD38C3 (or 0xFD38C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 38 and C3. RGB value is (253,56,195). Sum of RGB (Red+Green+Blue) = 253+56+195=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD38C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD38C3 is #02C73C. Grayscale: #828282. Windows color (decimal): -182077 or 12794109. OLE color: 12794109.

HSL color Cylindrical-coordinate representation of color #FD38C3: hue angle of 317.66º 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 #FD38C3 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB25356195-
CMYK00.780.230.01
HSL317.66º98.01%60.59%-
HSV(B)317.66º77.87%99.22%-
XYZ51.7727.6554.24-
YUV130.75164.27215.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.20%
GREEN value IS 56 (22.27% from 255) = 11.11%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=50.20%
G=11.11%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535619500.780.230.01317.6698.0160.59
HexFD38C304E17113e623d
Octal37570303011627147614275
Binary1111110111100011000011010011101011111001111101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD38C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD38C3; }

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

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

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

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

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

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

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

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