Html Css Color HEX #F85BDE Free Speech Magenta

📋 copy color: '#F85BDE'

red 248 ◦ green 91 ◦ blue 222

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

Shades of Free Speech Magenta #F85BDE

Tints of Free Speech Magenta #F85BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 44.21%
G = 16.22%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F85BDE (or 0xF85BDE) is known color: Free Speech Magenta. HEX triplet: F8, 5B and DE. RGB value is (248,91,222). Sum of RGB (Red+Green+Blue) = 248+91+222=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 91 (35.94% from 255 or 16.22% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BDE is #07A421. Grayscale: #989898. Windows color (decimal): -500770 or 14572536. OLE color: 14572536.

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

Color convert

RGB 248 91 222 -
CMYK 0 0.63 0.10 0.03
HSL 309.94º 0.92% 0.66% -
HSV(B) 309.94º 0.63% 0.97% -
XYZ 55.64 32.71 72.49 -
YUV 152.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 248 91 222 0 0.63 0.10 0.03 309.94 0.92 0.66
Hex F8 5B DE 0 3F A 3 136 5C 42
Octal 370 133 336 0 77 12 3 466 134 102
Binary 11111000 1011011 11011110 0 111111 1010 11 100110110 1011100 1000010

Color Harmonies of #F85BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BDE

Black with #F85BDE

Text Example


Text Example

White with #F85BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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