Html Css Color HEX #FD4ADC Razzle Dazzle Rose

📋 copy color: '#FD4ADC'

red 253 ◦ green 74 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FD4ADC

Tints of Razzle Dazzle Rose #FD4ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.53%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 46.25%
G = 13.53%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD4ADC (or 0xFD4ADC) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4A and DC. RGB value is (253,74,220). Sum of RGB (Red+Green+Blue) = 253+74+220=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4ADC is #02B523. Grayscale: #8F8F8F. Windows color (decimal): -177444 or 14437117. OLE color: 14437117.

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

Color convert

RGB 253 74 220 -
CMYK 0 0.71 0.13 0.01
HSL 311.06º 0.98% 0.64% -
HSV(B) 311.06º 0.71% 0.99% -
XYZ 55.88 30.95 70.74 -
YUV 144.17 170.8 205.63 -
System Red Green Blue C M Y K H S L
Decimal 253 74 220 0 0.71 0.13 0.01 311.06 0.98 0.64
Hex FD 4A DC 0 47 D 1 137 62 40
Octal 375 112 334 0 107 15 1 467 142 100
Binary 11111101 1001010 11011100 0 1000111 1101 1 100110111 1100010 1000000

Color Harmonies of #FD4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4ADC

Black with #FD4ADC

Text Example


Text Example

White with #FD4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4ADC; }

 p { color: rgb(253,74,220); }

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

background-color css

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

 a { background-color: rgb(253,74,220); }

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

border-color css

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

 span { border-color: rgb(253,74,220); }

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