Html Css Color HEX #FD50C8 Razzle Dazzle Rose

📋 copy color: '#FD50C8'

red 253 ◦ green 80 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FD50C8

Tints of Razzle Dazzle Rose #FD50C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 47.47%
G = 15.01%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD50C8 (or 0xFD50C8) is known color: Razzle Dazzle Rose. HEX triplet: FD, 50 and C8. RGB value is (253,80,200). Sum of RGB (Red+Green+Blue) = 253+80+200=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50C8 is #02AF37. Grayscale: #919191. Windows color (decimal): -175928 or 13127933. OLE color: 13127933.

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

Color convert

RGB 253 80 200 -
CMYK 0 0.68 0.21 0.01
HSL 318.38º 0.98% 0.65% -
HSV(B) 318.38º 0.68% 0.99% -
XYZ 53.8 30.79 57.75 -
YUV 145.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 253 80 200 0 0.68 0.21 0.01 318.38 0.98 0.65
Hex FD 50 C8 0 44 15 1 13E 62 41
Octal 375 120 310 0 104 25 1 476 142 101
Binary 11111101 1010000 11001000 0 1000100 10101 1 100111110 1100010 1000001

Color Harmonies of #FD50C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD50C8

Black with #FD50C8

Text Example


Text Example

White with #FD50C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD50C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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