Html Css Color HEX #FD47D1 Razzle Dazzle Rose

📋 copy color: '#FD47D1'

red 253 ◦ green 71 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FD47D1

Tints of Razzle Dazzle Rose #FD47D1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.32%

 BLUE value IS 209 (82.03% from 255) = 39.21%

R = 47.47%
G = 13.32%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD47D1 (or 0xFD47D1) is known color: Razzle Dazzle Rose. HEX triplet: FD, 47 and D1. RGB value is (253,71,209). Sum of RGB (Red+Green+Blue) = 253+71+209=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 71 (28.12% from 255 or 13.32% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD47D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD47D1 is #02B82E. Grayscale: #8C8C8C. Windows color (decimal): -178223 or 13715453. OLE color: 13715453.

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

Color convert

RGB 253 71 209 -
CMYK 0 0.72 0.17 0.01
HSL 314.51º 0.98% 0.64% -
HSV(B) 314.51º 0.72% 0.99% -
XYZ 54.27 29.99 63.25 -
YUV 141.15 166.3 207.78 -
System Red Green Blue C M Y K H S L
Decimal 253 71 209 0 0.72 0.17 0.01 314.51 0.98 0.64
Hex FD 47 D1 0 48 11 1 13B 62 40
Octal 375 107 321 0 110 21 1 473 142 100
Binary 11111101 1000111 11010001 0 1001000 10001 1 100111011 1100010 1000000

Color Harmonies of #FD47D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD47D1

Black with #FD47D1

Text Example


Text Example

White with #FD47D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD47D1; }

 p { color: rgb(253,71,209); }

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

background-color css

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

 a { background-color: rgb(253,71,209); }

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

border-color css

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

 span { border-color: rgb(253,71,209); }

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