Html Css Color HEX #F856DD Free Speech Magenta

📋 copy color: '#F856DD'

red 248 ◦ green 86 ◦ blue 221

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

Shades of Free Speech Magenta #F856DD

Tints of Free Speech Magenta #F856DD

RGB

 RED value IS 248 (97.27% from 255) = 44.68%

 GREEN value IS 86 (33.98% from 255) = 15.5%

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 44.68%
G = 15.5%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F856DD (or 0xF856DD) is known color: Free Speech Magenta. HEX triplet: F8, 56 and DD. RGB value is (248,86,221). Sum of RGB (Red+Green+Blue) = 248+86+221=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 86 (33.98% from 255 or 15.50% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F856DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856DD is #07A922. Grayscale: #959595. Windows color (decimal): -502051 or 14505720. OLE color: 14505720.

HSL color Cylindrical-coordinate representation of color #F856DD: hue angle of 310º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F856DD is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 86 221 -
CMYK 0 0.65 0.11 0.03
HSL 310º 0.92% 0.65% -
HSV(B) 310º 0.65% 0.97% -
XYZ 55.09 31.83 71.65 -
YUV 149.83 168.17 198.02 -
System Red Green Blue C M Y K H S L
Decimal 248 86 221 0 0.65 0.11 0.03 310 0.92 0.65
Hex F8 56 DD 0 41 B 3 136 5C 41
Octal 370 126 335 0 101 13 3 466 134 101
Binary 11111000 1010110 11011101 0 1000001 1011 11 100110110 1011100 1000001

Color Harmonies of #F856DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856DD

Black with #F856DD

Text Example


Text Example

White with #F856DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856DD; }

 p { color: rgb(248,86,221); }

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

background-color css

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

 a { background-color: rgb(248,86,221); }

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

border-color css

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

 span { border-color: rgb(248,86,221); }

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