Html Css Color HEX #F856DF Free Speech Magenta

📋 copy color: '#F856DF'

red 248 ◦ green 86 ◦ blue 223

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

Shades of Free Speech Magenta #F856DF

Tints of Free Speech Magenta #F856DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 44.52%
G = 15.44%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F856DF (or 0xF856DF) is known color: Free Speech Magenta. HEX triplet: F8, 56 and DF. RGB value is (248,86,223). Sum of RGB (Red+Green+Blue) = 248+86+223=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 86 (33.98% from 255 or 15.44% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F856DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856DF is #07A920. Grayscale: #959595. Windows color (decimal): -502049 or 14636792. OLE color: 14636792.

HSL color Cylindrical-coordinate representation of color #F856DF: hue angle of 309.26º 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 #F856DF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 86 223 -
CMYK 0 0.65 0.10 0.03
HSL 309.26º 0.92% 0.65% -
HSV(B) 309.26º 0.65% 0.97% -
XYZ 55.36 31.94 73.06 -
YUV 150.06 169.17 197.86 -
System Red Green Blue C M Y K H S L
Decimal 248 86 223 0 0.65 0.10 0.03 309.26 0.92 0.65
Hex F8 56 DF 0 41 A 3 135 5C 41
Octal 370 126 337 0 101 12 3 465 134 101
Binary 11111000 1010110 11011111 0 1000001 1010 11 100110101 1011100 1000001

Color Harmonies of #F856DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856DF

Black with #F856DF

Text Example


Text Example

White with #F856DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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