Html Css Color HEX #FC47CE Razzle Dazzle Rose

📋 copy color: '#FC47CE'

red 252 ◦ green 71 ◦ blue 206

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

Shades of Razzle Dazzle Rose #FC47CE

Tints of Razzle Dazzle Rose #FC47CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 47.64%
G = 13.42%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC47CE (or 0xFC47CE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 47 and CE. RGB value is (252,71,206). Sum of RGB (Red+Green+Blue) = 252+71+206=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 71 (28.12% from 255 or 13.42% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC47CE is #03B831. Grayscale: #8C8C8C. Windows color (decimal): -243762 or 13518844. OLE color: 13518844.

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

Color convert

RGB 252 71 206 -
CMYK 0 0.72 0.18 0.01
HSL 315.25º 0.97% 0.63% -
HSV(B) 315.25º 0.72% 0.99% -
XYZ 53.54 29.66 61.3 -
YUV 140.51 164.97 207.52 -
System Red Green Blue C M Y K H S L
Decimal 252 71 206 0 0.72 0.18 0.01 315.25 0.97 0.63
Hex FC 47 CE 0 48 12 1 13B 61 3F
Octal 374 107 316 0 110 22 1 473 141 77
Binary 11111100 1000111 11001110 0 1001000 10010 1 100111011 1100001 111111

Color Harmonies of #FC47CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC47CE

Black with #FC47CE

Text Example


Text Example

White with #FC47CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC47CE; }

 p { color: rgb(252,71,206); }

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

background-color css

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

 a { background-color: rgb(252,71,206); }

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

border-color css

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

 span { border-color: rgb(252,71,206); }

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