Html Css Color HEX #FC3CDC Razzle Dazzle Rose

📋 copy color: '#FC3CDC'

red 252 ◦ green 60 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FC3CDC

Tints of Razzle Dazzle Rose #FC3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.28%

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 47.37%
G = 11.28%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC3CDC (or 0xFC3CDC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3C and DC. RGB value is (252,60,220). Sum of RGB (Red+Green+Blue) = 252+60+220=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 60 (23.83% from 255 or 11.28% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3CDC is #03C323. Grayscale: #878787. Windows color (decimal): -246564 or 14433532. OLE color: 14433532.

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

Color convert

RGB 252 60 220 -
CMYK 0 0.76 0.13 0.01
HSL 310º 0.97% 0.61% -
HSV(B) 310º 0.76% 0.99% -
XYZ 54.68 29.09 70.44 -
YUV 135.65 175.61 210.99 -
System Red Green Blue C M Y K H S L
Decimal 252 60 220 0 0.76 0.13 0.01 310 0.97 0.61
Hex FC 3C DC 0 4C D 1 136 61 3D
Octal 374 74 334 0 114 15 1 466 141 75
Binary 11111100 111100 11011100 0 1001100 1101 1 100110110 1100001 111101

Color Harmonies of #FC3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3CDC

Black with #FC3CDC

Text Example


Text Example

White with #FC3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3CDC; }

 p { color: rgb(252,60,220); }

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

background-color css

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

 a { background-color: rgb(252,60,220); }

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

border-color css

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

 span { border-color: rgb(252,60,220); }

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