#FD38C4

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

Shades of Razzle Dazzle Rose #FD38C4

Tints of Razzle Dazzle Rose #FD38C4

Color information

#FD38C4 (or 0xFD38C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 38 and C4. RGB value is (253,56,196). Sum of RGB (Red+Green+Blue) = 253+56+196=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 56 (22.27% from 255 or 11.09% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD38C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD38C4 is #02C73B. Grayscale: #828282. Windows color (decimal): -182076 or 12859645. OLE color: 12859645.

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

Color convert

RGB25356196-
CMYK00.780.230.01
HSL317.36º98.01%60.59%-
HSV(B)317.36º77.87%99.22%-
XYZ51.8927.754.84-
YUV130.86164.77215.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.10%
GREEN value IS 56 (22.27% from 255) = 11.09%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=50.10%
G=11.09%
B=38.81%

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
Decimal2535619600.780.230.01317.3698.0160.59
HexFD38C404E17113d623d
Octal37570304011627147514275
Binary1111110111100011000100010011101011111001111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD38C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD38C4; }

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

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

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

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

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

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

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

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