Html Css Color HEX #F85BDC Free Speech Magenta

📋 copy color: '#F85BDC'

red 248 ◦ green 91 ◦ blue 220

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

Shades of Free Speech Magenta #F85BDC

Tints of Free Speech Magenta #F85BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.28%

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

R = 44.36%
G = 16.28%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F85BDC (or 0xF85BDC) is known color: Free Speech Magenta. HEX triplet: F8, 5B and DC. RGB value is (248,91,220). Sum of RGB (Red+Green+Blue) = 248+91+220=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 91 (35.94% from 255 or 16.28% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BDC is #07A423. Grayscale: #989898. Windows color (decimal): -500772 or 14441464. OLE color: 14441464.

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

Color convert

RGB 248 91 220 -
CMYK 0 0.63 0.11 0.03
HSL 310.7º 0.92% 0.66% -
HSV(B) 310.7º 0.63% 0.97% -
XYZ 55.37 32.61 71.09 -
YUV 152.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 248 91 220 0 0.63 0.11 0.03 310.7 0.92 0.66
Hex F8 5B DC 0 3F B 3 137 5C 42
Octal 370 133 334 0 77 13 3 467 134 102
Binary 11111000 1011011 11011100 0 111111 1011 11 100110111 1011100 1000010

Color Harmonies of #F85BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BDC

Black with #F85BDC

Text Example


Text Example

White with #F85BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BDC; }

 p { color: rgb(248,91,220); }

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

background-color css

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

 a { background-color: rgb(248,91,220); }

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

border-color css

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

 span { border-color: rgb(248,91,220); }

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