Html Css Color HEX #FC54D4 Free Speech Magenta

📋 copy color: '#FC54D4'

red 252 ◦ green 84 ◦ blue 212

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

Shades of Free Speech Magenta #FC54D4

Tints of Free Speech Magenta #FC54D4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.33%

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

R = 45.99%
G = 15.33%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC54D4 (or 0xFC54D4) is known color: Free Speech Magenta. HEX triplet: FC, 54 and D4. RGB value is (252,84,212). Sum of RGB (Red+Green+Blue) = 252+84+212=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 84 (33.20% from 255 or 15.33% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54D4 is #03AB2B. Grayscale: #949494. Windows color (decimal): -240428 or 13915388. OLE color: 13915388.

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

Color convert

RGB 252 84 212 -
CMYK 0 0.67 0.16 0.01
HSL 314.29º 0.97% 0.66% -
HSV(B) 314.29º 0.67% 0.99% -
XYZ 55.2 31.79 65.51 -
YUV 148.82 163.66 201.59 -
System Red Green Blue C M Y K H S L
Decimal 252 84 212 0 0.67 0.16 0.01 314.29 0.97 0.66
Hex FC 54 D4 0 43 10 1 13A 61 42
Octal 374 124 324 0 103 20 1 472 141 102
Binary 11111100 1010100 11010100 0 1000011 10000 1 100111010 1100001 1000010

Color Harmonies of #FC54D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54D4

Black with #FC54D4

Text Example


Text Example

White with #FC54D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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