Html Css Color HEX #FC49DC Razzle Dazzle Rose

📋 copy color: '#FC49DC'

red 252 ◦ green 73 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FC49DC

Tints of Razzle Dazzle Rose #FC49DC

RGB

 RED value IS 252 (98.83% from 255) = 46.24%

 GREEN value IS 73 (28.91% from 255) = 13.39%

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

R = 46.24%
G = 13.39%
B = 40.37%

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

#FC49DC (or 0xFC49DC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 49 and DC. RGB value is (252,73,220). Sum of RGB (Red+Green+Blue) = 252+73+220=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC49DC is #03B623. Grayscale: #8E8E8E. Windows color (decimal): -243236 or 14436860. OLE color: 14436860.

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

Color convert

RGB 252 73 220 -
CMYK 0 0.71 0.13 0.01
HSL 310.73º 0.97% 0.64% -
HSV(B) 310.73º 0.71% 0.99% -
XYZ 55.45 30.63 70.7 -
YUV 143.28 171.3 205.55 -
System Red Green Blue C M Y K H S L
Decimal 252 73 220 0 0.71 0.13 0.01 310.73 0.97 0.64
Hex FC 49 DC 0 47 D 1 137 61 40
Octal 374 111 334 0 107 15 1 467 141 100
Binary 11111100 1001001 11011100 0 1000111 1101 1 100110111 1100001 1000000

Color Harmonies of #FC49DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49DC

Black with #FC49DC

Text Example


Text Example

White with #FC49DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49DC; }

 p { color: rgb(252,73,220); }

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

background-color css

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

 a { background-color: rgb(252,73,220); }

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

border-color css

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

 span { border-color: rgb(252,73,220); }

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