Html Css Color HEX #FC4DC1 Razzle Dazzle Rose

📋 copy color: '#FC4DC1'

red 252 ◦ green 77 ◦ blue 193

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

Shades of Razzle Dazzle Rose #FC4DC1

Tints of Razzle Dazzle Rose #FC4DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.75%

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

R = 48.28%
G = 14.75%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC4DC1 (or 0xFC4DC1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4D and C1. RGB value is (252,77,193). Sum of RGB (Red+Green+Blue) = 252+77+193=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DC1 is #03B23E. Grayscale: #8E8E8E. Windows color (decimal): -242239 or 12668412. OLE color: 12668412.

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

Color convert

RGB 252 77 193 -
CMYK 0 0.69 0.23 0.01
HSL 320.23º 0.97% 0.65% -
HSV(B) 320.23º 0.69% 0.99% -
XYZ 52.42 29.85 53.45 -
YUV 142.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 252 77 193 0 0.69 0.23 0.01 320.23 0.97 0.65
Hex FC 4D C1 0 45 17 1 140 61 41
Octal 374 115 301 0 105 27 1 500 141 101
Binary 11111100 1001101 11000001 0 1000101 10111 1 101000000 1100001 1000001

Color Harmonies of #FC4DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DC1

Black with #FC4DC1

Text Example


Text Example

White with #FC4DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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