#FD4FC6

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

Shades of Razzle Dazzle Rose #FD4FC6

Tints of Razzle Dazzle Rose #FD4FC6

Color information

#FD4FC6 (or 0xFD4FC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 4F and C6. RGB value is (253,79,198). Sum of RGB (Red+Green+Blue) = 253+79+198=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 79 (31.25% from 255 or 14.91% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4FC6 is #02B039. Grayscale: #909090. Windows color (decimal): -176186 or 12996605. OLE color: 12996605.

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

Color convert

RGB25379198-
CMYK00.690.220.01
HSL318.97º97.75%65.1%-
HSV(B)318.97º68.77%99.22%-
XYZ53.530.5556.5-
YUV144.59158.15205.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.74%
GREEN value IS 79 (31.25% from 255) = 14.91%
BLUE value IS 198 (77.73% from 255) = 37.36%
R=47.74%
G=14.91%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537919800.690.220.01318.9797.7565.1
HexFD4FC604516113f6241
Octal3751173060105261477142101
Binary111111011001111110001100100010110110110011111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4FC6; }

 p { color: rgb(253,79,198); }

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

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

 a { background-color: rgb(253,79,198); }

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

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

 span { border-color: rgb(253,79,198); }

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