Html Css Color HEX #FD50D4 Razzle Dazzle Rose

📋 copy color: '#FD50D4'

red 253 ◦ green 80 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FD50D4

Tints of Razzle Dazzle Rose #FD50D4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.68%

 BLUE value IS 212 (83.2% from 255) = 38.9%

R = 46.42%
G = 14.68%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FD50D4 (or 0xFD50D4) is known color: Razzle Dazzle Rose. HEX triplet: FD, 50 and D4. RGB value is (253,80,212). Sum of RGB (Red+Green+Blue) = 253+80+212=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 80 (31.64% from 255 or 14.68% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50D4 is #02AF2B. Grayscale: #929292. Windows color (decimal): -175916 or 13914365. OLE color: 13914365.

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

Color convert

RGB 253 80 212 -
CMYK 0 0.68 0.16 0.01
HSL 314.22º 0.98% 0.65% -
HSV(B) 314.22º 0.68% 0.99% -
XYZ 55.26 31.37 65.43 -
YUV 146.78 164.81 203.77 -
System Red Green Blue C M Y K H S L
Decimal 253 80 212 0 0.68 0.16 0.01 314.22 0.98 0.65
Hex FD 50 D4 0 44 10 1 13A 62 41
Octal 375 120 324 0 104 20 1 472 142 101
Binary 11111101 1010000 11010100 0 1000100 10000 1 100111010 1100010 1000001

Color Harmonies of #FD50D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD50D4

Black with #FD50D4

Text Example


Text Example

White with #FD50D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD50D4; }

 p { color: rgb(253,80,212); }

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

background-color css

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

 a { background-color: rgb(253,80,212); }

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

border-color css

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

 span { border-color: rgb(253,80,212); }

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