Html Css Color HEX #FC55D4 Free Speech Magenta

📋 copy color: '#FC55D4'

red 252 ◦ green 85 ◦ blue 212

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

Shades of Free Speech Magenta #FC55D4

Tints of Free Speech Magenta #FC55D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.62%

R = 45.9%
G = 15.48%
B = 38.62%

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

#FC55D4 (or 0xFC55D4) is known color: Free Speech Magenta. HEX triplet: FC, 55 and D4. RGB value is (252,85,212). Sum of RGB (Red+Green+Blue) = 252+85+212=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55D4 is #03AA2B. Grayscale: #959595. Windows color (decimal): -240172 or 13915644. OLE color: 13915644.

HSL color Cylindrical-coordinate representation of color #FC55D4: hue angle of 314.37º 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 #FC55D4 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 85 212 -
CMYK 0 0.66 0.16 0.01
HSL 314.37º 0.97% 0.66% -
HSV(B) 314.37º 0.66% 0.99% -
XYZ 55.28 31.95 65.54 -
YUV 149.41 163.33 201.17 -
System Red Green Blue C M Y K H S L
Decimal 252 85 212 0 0.66 0.16 0.01 314.37 0.97 0.66
Hex FC 55 D4 0 42 10 1 13A 61 42
Octal 374 125 324 0 102 20 1 472 141 102
Binary 11111100 1010101 11010100 0 1000010 10000 1 100111010 1100001 1000010

Color Harmonies of #FC55D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55D4

Black with #FC55D4

Text Example


Text Example

White with #FC55D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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