Html Css Color HEX #FD32C5 Razzle Dazzle Rose

📋 copy color: '#FD32C5'

red 253 ◦ green 50 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FD32C5

Tints of Razzle Dazzle Rose #FD32C5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10%

 BLUE value IS 197 (77.34% from 255) = 39.4%

R = 50.6%
G = 10%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FD32C5 (or 0xFD32C5) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and C5. RGB value is (253,50,197). Sum of RGB (Red+Green+Blue) = 253+50+197=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32C5 is #02CD3A. Grayscale: #7F7F7F. Windows color (decimal): -183611 or 12923645. OLE color: 12923645.

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

Color convert

RGB 253 50 197 -
CMYK 0 0.80 0.22 0.01
HSL 316.55º 0.98% 0.59% -
HSV(B) 316.55º 0.8% 0.99% -
XYZ 51.73 27.2 55.35 -
YUV 127.46 167.25 217.55 -
System Red Green Blue C M Y K H S L
Decimal 253 50 197 0 0.80 0.22 0.01 316.55 0.98 0.59
Hex FD 32 C5 0 50 16 1 13D 62 3B
Octal 375 62 305 0 120 26 1 475 142 73
Binary 11111101 110010 11000101 0 1010000 10110 1 100111101 1100010 111011

Color Harmonies of #FD32C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD32C5

Black with #FD32C5

Text Example


Text Example

White with #FD32C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD32C5; }

 p { color: rgb(253,50,197); }

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

background-color css

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

 a { background-color: rgb(253,50,197); }

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

border-color css

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

 span { border-color: rgb(253,50,197); }

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