Html Css Color HEX #FC55DB Free Speech Magenta

📋 copy color: '#FC55DB'

red 252 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #FC55DB

Tints of Free Speech Magenta #FC55DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 45.32%
G = 15.29%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC55DB (or 0xFC55DB) is known color: Free Speech Magenta. HEX triplet: FC, 55 and DB. RGB value is (252,85,219). Sum of RGB (Red+Green+Blue) = 252+85+219=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55DB is #03AA24. Grayscale: #959595. Windows color (decimal): -240165 or 14374396. OLE color: 14374396.

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

Color convert

RGB 252 85 219 -
CMYK 0 0.66 0.13 0.01
HSL 311.86º 0.97% 0.66% -
HSV(B) 311.86º 0.66% 0.99% -
XYZ 56.18 32.31 70.29 -
YUV 150.21 166.83 200.6 -
System Red Green Blue C M Y K H S L
Decimal 252 85 219 0 0.66 0.13 0.01 311.86 0.97 0.66
Hex FC 55 DB 0 42 D 1 138 61 42
Octal 374 125 333 0 102 15 1 470 141 102
Binary 11111100 1010101 11011011 0 1000010 1101 1 100111000 1100001 1000010

Color Harmonies of #FC55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55DB

Black with #FC55DB

Text Example


Text Example

White with #FC55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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