Html Css Color HEX #FD4AD2 Razzle Dazzle Rose

📋 copy color: '#FD4AD2'

red 253 ◦ green 74 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FD4AD2

Tints of Razzle Dazzle Rose #FD4AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.11%

R = 47.11%
G = 13.78%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD4AD2 (or 0xFD4AD2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4A and D2. RGB value is (253,74,210). Sum of RGB (Red+Green+Blue) = 253+74+210=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4AD2 is #02B52D. Grayscale: #8E8E8E. Windows color (decimal): -177454 or 13781757. OLE color: 13781757.

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

Color convert

RGB 253 74 210 -
CMYK 0 0.71 0.17 0.01
HSL 314.41º 0.98% 0.64% -
HSV(B) 314.41º 0.71% 0.99% -
XYZ 54.59 30.43 63.97 -
YUV 143.03 165.8 206.44 -
System Red Green Blue C M Y K H S L
Decimal 253 74 210 0 0.71 0.17 0.01 314.41 0.98 0.64
Hex FD 4A D2 0 47 11 1 13A 62 40
Octal 375 112 322 0 107 21 1 472 142 100
Binary 11111101 1001010 11010010 0 1000111 10001 1 100111010 1100010 1000000

Color Harmonies of #FD4AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4AD2

Black with #FD4AD2

Text Example


Text Example

White with #FD4AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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