Html Css Color HEX #FC63E2 Free Speech Magenta

📋 copy color: '#FC63E2'

red 252 ◦ green 99 ◦ blue 226

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

Shades of Free Speech Magenta #FC63E2

Tints of Free Speech Magenta #FC63E2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.16%

 BLUE value IS 226 (88.67% from 255) = 39.17%

R = 43.67%
G = 17.16%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC63E2 (or 0xFC63E2) is known color: Free Speech Magenta. HEX triplet: FC, 63 and E2. RGB value is (252,99,226). Sum of RGB (Red+Green+Blue) = 252+99+226=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 99 (39.06% from 255 or 17.16% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63E2 is #039C1D. Grayscale: #9E9E9E. Windows color (decimal): -236574 or 14836732. OLE color: 14836732.

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

Color convert

RGB 252 99 226 -
CMYK 0 0.61 0.10 0.01
HSL 310.2º 0.96% 0.69% -
HSV(B) 310.2º 0.61% 0.99% -
XYZ 58.33 35.11 75.65 -
YUV 159.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 252 99 226 0 0.61 0.10 0.01 310.2 0.96 0.69
Hex FC 63 E2 0 3D A 1 136 60 45
Octal 374 143 342 0 75 12 1 466 140 105
Binary 11111100 1100011 11100010 0 111101 1010 1 100110110 1100000 1000101

Color Harmonies of #FC63E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63E2

Black with #FC63E2

Text Example


Text Example

White with #FC63E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63E2; }

 p { color: rgb(252,99,226); }

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

background-color css

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

 a { background-color: rgb(252,99,226); }

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

border-color css

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

 span { border-color: rgb(252,99,226); }

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