Html Css Color HEX #FC47DF Razzle Dazzle Rose

📋 copy color: '#FC47DF'

red 252 ◦ green 71 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FC47DF

Tints of Razzle Dazzle Rose #FC47DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 46.15%
G = 13%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC47DF (or 0xFC47DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 47 and DF. RGB value is (252,71,223). Sum of RGB (Red+Green+Blue) = 252+71+223=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 71 (28.12% from 255 or 13.00% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC47DF is #03B820. Grayscale: #8E8E8E. Windows color (decimal): -243745 or 14632956. OLE color: 14632956.

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

Color convert

RGB 252 71 223 -
CMYK 0 0.72 0.12 0.01
HSL 309.61º 0.97% 0.63% -
HSV(B) 309.61º 0.72% 0.99% -
XYZ 55.72 30.53 72.77 -
YUV 142.45 173.47 206.14 -
System Red Green Blue C M Y K H S L
Decimal 252 71 223 0 0.72 0.12 0.01 309.61 0.97 0.63
Hex FC 47 DF 0 48 C 1 136 61 3F
Octal 374 107 337 0 110 14 1 466 141 77
Binary 11111100 1000111 11011111 0 1001000 1100 1 100110110 1100001 111111

Color Harmonies of #FC47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC47DF

Black with #FC47DF

Text Example


Text Example

White with #FC47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC47DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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