Html Css Color HEX #FC3EDC Razzle Dazzle Rose

📋 copy color: '#FC3EDC'

red 252 ◦ green 62 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FC3EDC

Tints of Razzle Dazzle Rose #FC3EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.61%

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

R = 47.19%
G = 11.61%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC3EDC (or 0xFC3EDC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3E and DC. RGB value is (252,62,220). Sum of RGB (Red+Green+Blue) = 252+62+220=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 62 (24.61% from 255 or 11.61% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3EDC is #03C123. Grayscale: #888888. Windows color (decimal): -246052 or 14434044. OLE color: 14434044.

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

Color convert

RGB 252 62 220 -
CMYK 0 0.75 0.13 0.01
HSL 310.11º 0.97% 0.62% -
HSV(B) 310.11º 0.75% 0.99% -
XYZ 54.79 29.31 70.48 -
YUV 136.82 174.95 210.15 -
System Red Green Blue C M Y K H S L
Decimal 252 62 220 0 0.75 0.13 0.01 310.11 0.97 0.62
Hex FC 3E DC 0 4B D 1 136 61 3E
Octal 374 76 334 0 113 15 1 466 141 76
Binary 11111100 111110 11011100 0 1001011 1101 1 100110110 1100001 111110

Color Harmonies of #FC3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3EDC

Black with #FC3EDC

Text Example


Text Example

White with #FC3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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