#FD42C4

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

Shades of Razzle Dazzle Rose #FD42C4

Tints of Razzle Dazzle Rose #FD42C4

Color information

#FD42C4 (or 0xFD42C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 42 and C4. RGB value is (253,66,196). Sum of RGB (Red+Green+Blue) = 253+66+196=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD42C4 is #02BD3B. Grayscale: #888888. Windows color (decimal): -179516 or 12862205. OLE color: 12862205.

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

Color convert

RGB25366196-
CMYK00.740.230.01
HSL318.29º97.91%62.55%-
HSV(B)318.29º73.91%99.22%-
XYZ52.4228.7655.01-
YUV136.73161.45210.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.13%
GREEN value IS 66 (26.17% from 255) = 12.82%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=49.13%
G=12.82%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536619600.740.230.01318.2997.9162.55
HexFD42C404A17113e623f
Octal375102304011227147614277
Binary11111101100001011000100010010101011111001111101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD42C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD42C4; }

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

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

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

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

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

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

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

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