Html Css Color HEX #F85BDA Free Speech Magenta

📋 copy color: '#F85BDA'

red 248 ◦ green 91 ◦ blue 218

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

Shades of Free Speech Magenta #F85BDA

Tints of Free Speech Magenta #F85BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 44.52%
G = 16.34%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F85BDA (or 0xF85BDA) is known color: Free Speech Magenta. HEX triplet: F8, 5B and DA. RGB value is (248,91,218). Sum of RGB (Red+Green+Blue) = 248+91+218=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 91 (35.94% from 255 or 16.34% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BDA is #07A425. Grayscale: #989898. Windows color (decimal): -500774 or 14310392. OLE color: 14310392.

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

Color convert

RGB 248 91 218 -
CMYK 0 0.63 0.12 0.03
HSL 311.47º 0.92% 0.66% -
HSV(B) 311.47º 0.63% 0.97% -
XYZ 55.11 32.5 69.7 -
YUV 152.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 248 91 218 0 0.63 0.12 0.03 311.47 0.92 0.66
Hex F8 5B DA 0 3F C 3 137 5C 42
Octal 370 133 332 0 77 14 3 467 134 102
Binary 11111000 1011011 11011010 0 111111 1100 11 100110111 1011100 1000010

Color Harmonies of #F85BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BDA

Black with #F85BDA

Text Example


Text Example

White with #F85BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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