Html Css Color HEX #FD2CC2 Razzle Dazzle Rose

📋 copy color: '#FD2CC2'

red 253 ◦ green 44 ◦ blue 194

#FD2CC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #FD2CC2

Tints of Razzle Dazzle Rose #FD2CC2

RGB

 RED value IS 253 (99.22% from 255) = 51.53%

 GREEN value IS 44 (17.58% from 255) = 8.96%

 BLUE value IS 194 (76.17% from 255) = 39.51%

R = 51.53%
G = 8.96%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD2CC2 (or 0xFD2CC2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and C2. RGB value is (253,44,194). Sum of RGB (Red+Green+Blue) = 253+44+194=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CC2 is #02D33D. Grayscale: #7B7B7B. Windows color (decimal): -185150 or 12725501. OLE color: 12725501.

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

Color convert

RGB 253 44 194 -
CMYK 0 0.83 0.23 0.01
HSL 316.94º 0.98% 0.58% -
HSV(B) 316.94º 0.83% 0.99% -
XYZ 51.15 26.58 53.47 -
YUV 123.59 167.74 220.3 -
System Red Green Blue C M Y K H S L
Decimal 253 44 194 0 0.83 0.23 0.01 316.94 0.98 0.58
Hex FD 2C C2 0 53 17 1 13D 62 3A
Octal 375 54 302 0 123 27 1 475 142 72
Binary 11111101 101100 11000010 0 1010011 10111 1 100111101 1100010 111010

Color Harmonies of #FD2CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2CC2

Black with #FD2CC2

Text Example


Text Example

White with #FD2CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2CC2; }

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

 H1.HeaderClassName
 {
   color: #FD2CC2;
 }
 .AnyTagClassName
 {
   color: #FD2CC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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