Html Css Color HEX #F85BDD Free Speech Magenta

📋 copy color: '#F85BDD'

red 248 ◦ green 91 ◦ blue 221

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

Shades of Free Speech Magenta #F85BDD

Tints of Free Speech Magenta #F85BDD

RGB

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

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

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

R = 44.29%
G = 16.25%
B = 39.46%

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

#F85BDD (or 0xF85BDD) is known color: Free Speech Magenta. HEX triplet: F8, 5B and DD. RGB value is (248,91,221). Sum of RGB (Red+Green+Blue) = 248+91+221=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BDD is #07A422. Grayscale: #989898. Windows color (decimal): -500771 or 14507000. OLE color: 14507000.

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

Color convert

RGB 248 91 221 -
CMYK 0 0.63 0.11 0.03
HSL 310.32º 0.92% 0.66% -
HSV(B) 310.32º 0.63% 0.97% -
XYZ 55.5 32.66 71.79 -
YUV 152.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 248 91 221 0 0.63 0.11 0.03 310.32 0.92 0.66
Hex F8 5B DD 0 3F B 3 136 5C 42
Octal 370 133 335 0 77 13 3 466 134 102
Binary 11111000 1011011 11011101 0 111111 1011 11 100110110 1011100 1000010

Color Harmonies of #F85BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BDD

Black with #F85BDD

Text Example


Text Example

White with #F85BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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