Html Css Color HEX #FB63DC Free Speech Magenta

📋 copy color: '#FB63DC'

red 251 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #FB63DC

Tints of Free Speech Magenta #FB63DC

RGB

 RED value IS 251 (98.44% from 255) = 44.04%

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 44.04%
G = 17.37%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB63DC (or 0xFB63DC) is known color: Free Speech Magenta. HEX triplet: FB, 63 and DC. RGB value is (251,99,220). Sum of RGB (Red+Green+Blue) = 251+99+220=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 99 (39.06% from 255 or 17.37% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB63DC is #049C23. Grayscale: #9D9D9D. Windows color (decimal): -302116 or 14443515. OLE color: 14443515.

HSL color Cylindrical-coordinate representation of color #FB63DC: hue angle of 312.24º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB63DC is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 99 220 -
CMYK 0 0.61 0.12 0.02
HSL 312.24º 0.95% 0.69% -
HSV(B) 312.24º 0.61% 0.98% -
XYZ 57.16 34.6 71.38 -
YUV 158.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 251 99 220 0 0.61 0.12 0.02 312.24 0.95 0.69
Hex FB 63 DC 0 3D C 2 138 5F 45
Octal 373 143 334 0 75 14 2 470 137 105
Binary 11111011 1100011 11011100 0 111101 1100 10 100111000 1011111 1000101

Color Harmonies of #FB63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB63DC

Black with #FB63DC

Text Example


Text Example

White with #FB63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB63DC; }

 p { color: rgb(251,99,220); }

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

background-color css

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

 a { background-color: rgb(251,99,220); }

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

border-color css

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

 span { border-color: rgb(251,99,220); }

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