Html Css Color HEX #FC47C1 Razzle Dazzle Rose

📋 copy color: '#FC47C1'

red 252 ◦ green 71 ◦ blue 193

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

Shades of Razzle Dazzle Rose #FC47C1

Tints of Razzle Dazzle Rose #FC47C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.4%

R = 48.84%
G = 13.76%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC47C1 (or 0xFC47C1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 47 and C1. RGB value is (252,71,193). Sum of RGB (Red+Green+Blue) = 252+71+193=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC47C1 is #03B83E. Grayscale: #8A8A8A. Windows color (decimal): -243775 or 12666876. OLE color: 12666876.

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

Color convert

RGB 252 71 193 -
CMYK 0 0.72 0.23 0.01
HSL 319.56º 0.97% 0.63% -
HSV(B) 319.56º 0.72% 0.99% -
XYZ 52.02 29.05 53.32 -
YUV 139.03 158.47 208.58 -
System Red Green Blue C M Y K H S L
Decimal 252 71 193 0 0.72 0.23 0.01 319.56 0.97 0.63
Hex FC 47 C1 0 48 17 1 140 61 3F
Octal 374 107 301 0 110 27 1 500 141 77
Binary 11111100 1000111 11000001 0 1001000 10111 1 101000000 1100001 111111

Color Harmonies of #FC47C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC47C1

Black with #FC47C1

Text Example


Text Example

White with #FC47C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC47C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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