#FD2CF2

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

Shades of Razzle Dazzle Rose #FD2CF2

Tints of Razzle Dazzle Rose #FD2CF2

Color information

#FD2CF2 (or 0xFD2CF2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 2C and F2. RGB value is (253,44,242). Sum of RGB (Red+Green+Blue) = 253+44+242=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 44 (17.58% from 255 or 8.16% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2CF2 is #02D30D. Grayscale: #808080. Windows color (decimal): -185102 or 15871229. OLE color: 15871229.

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

Color convert

RGB25344242-
CMYK00.830.040.01
HSL303.16º98.12%58.24%-
HSV(B)303.16º82.61%99.22%-
XYZ57.4429.0986.59-
YUV129.06191.74216.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.94%
GREEN value IS 44 (17.58% from 255) = 8.16%
BLUE value IS 242 (94.92% from 255) = 44.90%
R=46.94%
G=8.16%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2534424200.830.040.01303.1698.1258.24
HexFD2CF20534112f623a
Octal3755436201234145714272
Binary11111101101100111100100101001110011001011111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2CF2; }

 p { color: rgb(253,44,242); }

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

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

 a { background-color: rgb(253,44,242); }

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

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

 span { border-color: rgb(253,44,242); }

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