Html Css Color HEX #FD50CE Razzle Dazzle Rose

📋 copy color: '#FD50CE'

red 253 ◦ green 80 ◦ blue 206

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

Shades of Razzle Dazzle Rose #FD50CE

Tints of Razzle Dazzle Rose #FD50CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 46.94%
G = 14.84%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD50CE (or 0xFD50CE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 50 and CE. RGB value is (253,80,206). Sum of RGB (Red+Green+Blue) = 253+80+206=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50CE is #02AF31. Grayscale: #919191. Windows color (decimal): -175922 or 13521149. OLE color: 13521149.

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

Color convert

RGB 253 80 206 -
CMYK 0 0.68 0.19 0.01
HSL 316.3º 0.98% 0.65% -
HSV(B) 316.3º 0.68% 0.99% -
XYZ 54.52 31.08 61.52 -
YUV 146.09 161.81 204.25 -
System Red Green Blue C M Y K H S L
Decimal 253 80 206 0 0.68 0.19 0.01 316.3 0.98 0.65
Hex FD 50 CE 0 44 13 1 13C 62 41
Octal 375 120 316 0 104 23 1 474 142 101
Binary 11111101 1010000 11001110 0 1000100 10011 1 100111100 1100010 1000001

Color Harmonies of #FD50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD50CE

Black with #FD50CE

Text Example


Text Example

White with #FD50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD50CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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