#FD33C7

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

Shades of Razzle Dazzle Rose #FD33C7

Tints of Razzle Dazzle Rose #FD33C7

Color information

#FD33C7 (or 0xFD33C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 33 and C7. RGB value is (253,51,199). Sum of RGB (Red+Green+Blue) = 253+51+199=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 51 (20.31% from 255 or 10.14% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33C7 is #02CC38. Grayscale: #7F7F7F. Windows color (decimal): -183353 or 13054973. OLE color: 13054973.

HSL color Cylindrical-coordinate representation of color #FD33C7: hue angle of 316.04º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD33C7 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB25351199-
CMYK00.800.210.01
HSL316.04º98.06%59.61%-
HSV(B)316.04º79.84%99.22%-
XYZ5227.3756.58-
YUV128.27167.92216.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.30%
GREEN value IS 51 (20.31% from 255) = 10.14%
BLUE value IS 199 (78.12% from 255) = 39.56%
R=50.30%
G=10.14%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535119900.800.210.01316.0498.0659.61
HexFD33C705015113c623c
Octal37563307012025147414274
Binary1111110111001111000111010100001010111001111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD33C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD33C7; }

 p { color: rgb(253,51,199); }

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

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

 a { background-color: rgb(253,51,199); }

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

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

 span { border-color: rgb(253,51,199); }

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