Html Css Color HEX #FC55D3 Free Speech Magenta

📋 copy color: '#FC55D3'

red 252 ◦ green 85 ◦ blue 211

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

Shades of Free Speech Magenta #FC55D3

Tints of Free Speech Magenta #FC55D3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.51%

 BLUE value IS 211 (82.81% from 255) = 38.5%

R = 45.99%
G = 15.51%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC55D3 (or 0xFC55D3) is known color: Free Speech Magenta. HEX triplet: FC, 55 and D3. RGB value is (252,85,211). Sum of RGB (Red+Green+Blue) = 252+85+211=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55D3 is #03AA2C. Grayscale: #949494. Windows color (decimal): -240173 or 13850108. OLE color: 13850108.

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

Color convert

RGB 252 85 211 -
CMYK 0 0.66 0.16 0.01
HSL 314.73º 0.97% 0.66% -
HSV(B) 314.73º 0.66% 0.99% -
XYZ 55.15 31.9 64.88 -
YUV 149.3 162.83 201.25 -
System Red Green Blue C M Y K H S L
Decimal 252 85 211 0 0.66 0.16 0.01 314.73 0.97 0.66
Hex FC 55 D3 0 42 10 1 13B 61 42
Octal 374 125 323 0 102 20 1 473 141 102
Binary 11111100 1010101 11010011 0 1000010 10000 1 100111011 1100001 1000010

Color Harmonies of #FC55D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55D3

Black with #FC55D3

Text Example


Text Example

White with #FC55D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55D3; }

 p { color: rgb(252,85,211); }

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

background-color css

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

 a { background-color: rgb(252,85,211); }

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

border-color css

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

 span { border-color: rgb(252,85,211); }

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