Html Css Color HEX #FC47BA Razzle Dazzle Rose

📋 copy color: '#FC47BA'

red 252 ◦ green 71 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FC47BA

Tints of Razzle Dazzle Rose #FC47BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 49.51%
G = 13.95%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC47BA (or 0xFC47BA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 47 and BA. RGB value is (252,71,186). Sum of RGB (Red+Green+Blue) = 252+71+186=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC47BA is #03B845. Grayscale: #898989. Windows color (decimal): -243782 or 12208124. OLE color: 12208124.

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

Color convert

RGB 252 71 186 -
CMYK 0 0.72 0.26 0.01
HSL 321.88º 0.97% 0.63% -
HSV(B) 321.88º 0.72% 0.99% -
XYZ 51.26 28.75 49.3 -
YUV 138.23 154.97 209.15 -
System Red Green Blue C M Y K H S L
Decimal 252 71 186 0 0.72 0.26 0.01 321.88 0.97 0.63
Hex FC 47 BA 0 48 1A 1 142 61 3F
Octal 374 107 272 0 110 32 1 502 141 77
Binary 11111100 1000111 10111010 0 1001000 11010 1 101000010 1100001 111111

Color Harmonies of #FC47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC47BA

Black with #FC47BA

Text Example


Text Example

White with #FC47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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