Html Css Color HEX #F856D3 Free Speech Magenta

📋 copy color: '#F856D3'

red 248 ◦ green 86 ◦ blue 211

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

Shades of Free Speech Magenta #F856D3

Tints of Free Speech Magenta #F856D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.72%

R = 45.5%
G = 15.78%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F856D3 (or 0xF856D3) is known color: Free Speech Magenta. HEX triplet: F8, 56 and D3. RGB value is (248,86,211). Sum of RGB (Red+Green+Blue) = 248+86+211=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 86 (33.98% from 255 or 15.78% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F856D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856D3 is #07A92C. Grayscale: #949494. Windows color (decimal): -502061 or 13850360. OLE color: 13850360.

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

Color convert

RGB 248 86 211 -
CMYK 0 0.65 0.15 0.03
HSL 313.7º 0.92% 0.65% -
HSV(B) 313.7º 0.65% 0.97% -
XYZ 53.8 31.32 64.84 -
YUV 148.69 163.17 198.84 -
System Red Green Blue C M Y K H S L
Decimal 248 86 211 0 0.65 0.15 0.03 313.7 0.92 0.65
Hex F8 56 D3 0 41 F 3 13A 5C 41
Octal 370 126 323 0 101 17 3 472 134 101
Binary 11111000 1010110 11010011 0 1000001 1111 11 100111010 1011100 1000001

Color Harmonies of #F856D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856D3

Black with #F856D3

Text Example


Text Example

White with #F856D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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