Html Css Color HEX #FD4ACC Razzle Dazzle Rose

📋 copy color: '#FD4ACC'

red 253 ◦ green 74 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FD4ACC

Tints of Razzle Dazzle Rose #FD4ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 47.65%
G = 13.94%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD4ACC (or 0xFD4ACC) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4A and CC. RGB value is (253,74,204). Sum of RGB (Red+Green+Blue) = 253+74+204=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 74 (29.30% from 255 or 13.94% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4ACC is #02B533. Grayscale: #8E8E8E. Windows color (decimal): -177460 or 13388541. OLE color: 13388541.

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

Color convert

RGB 253 74 204 -
CMYK 0 0.71 0.19 0.01
HSL 316.42º 0.98% 0.64% -
HSV(B) 316.42º 0.71% 0.99% -
XYZ 53.86 30.14 60.11 -
YUV 142.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 253 74 204 0 0.71 0.19 0.01 316.42 0.98 0.64
Hex FD 4A CC 0 47 13 1 13C 62 40
Octal 375 112 314 0 107 23 1 474 142 100
Binary 11111101 1001010 11001100 0 1000111 10011 1 100111100 1100010 1000000

Color Harmonies of #FD4ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4ACC

Black with #FD4ACC

Text Example


Text Example

White with #FD4ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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