Html Css Color HEX #FC47E5 Razzle Dazzle Rose

📋 copy color: '#FC47E5'

red 252 ◦ green 71 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FC47E5

Tints of Razzle Dazzle Rose #FC47E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 45.65%
G = 12.86%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC47E5 (or 0xFC47E5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 47 and E5. RGB value is (252,71,229). Sum of RGB (Red+Green+Blue) = 252+71+229=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 71 (28.12% from 255 or 12.86% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC47E5 is #03B81A. Grayscale: #8E8E8E. Windows color (decimal): -243739 or 15026172. OLE color: 15026172.

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

Color convert

RGB 252 71 229 -
CMYK 0 0.72 0.09 0.01
HSL 307.62º 0.97% 0.63% -
HSV(B) 307.62º 0.72% 0.99% -
XYZ 56.54 30.86 77.11 -
YUV 143.13 176.47 205.65 -
System Red Green Blue C M Y K H S L
Decimal 252 71 229 0 0.72 0.09 0.01 307.62 0.97 0.63
Hex FC 47 E5 0 48 9 1 134 61 3F
Octal 374 107 345 0 110 11 1 464 141 77
Binary 11111100 1000111 11100101 0 1001000 1001 1 100110100 1100001 111111

Color Harmonies of #FC47E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC47E5

Black with #FC47E5

Text Example


Text Example

White with #FC47E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC47E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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