Html Css Color HEX #F85ADF Free Speech Magenta

📋 copy color: '#F85ADF'

red 248 ◦ green 90 ◦ blue 223

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

Shades of Free Speech Magenta #F85ADF

Tints of Free Speech Magenta #F85ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.04%

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 44.21%
G = 16.04%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F85ADF (or 0xF85ADF) is known color: Free Speech Magenta. HEX triplet: F8, 5A and DF. RGB value is (248,90,223). Sum of RGB (Red+Green+Blue) = 248+90+223=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 90 (35.55% from 255 or 16.04% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ADF is #07A520. Grayscale: #989898. Windows color (decimal): -501025 or 14637816. OLE color: 14637816.

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

Color convert

RGB 248 90 223 -
CMYK 0 0.64 0.10 0.03
HSL 309.49º 0.92% 0.66% -
HSV(B) 309.49º 0.64% 0.97% -
XYZ 55.69 32.6 73.17 -
YUV 152.4 167.85 196.19 -
System Red Green Blue C M Y K H S L
Decimal 248 90 223 0 0.64 0.10 0.03 309.49 0.92 0.66
Hex F8 5A DF 0 40 A 3 135 5C 42
Octal 370 132 337 0 100 12 3 465 134 102
Binary 11111000 1011010 11011111 0 1000000 1010 11 100110101 1011100 1000010

Color Harmonies of #F85ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85ADF

Black with #F85ADF

Text Example


Text Example

White with #F85ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85ADF; }

 p { color: rgb(248,90,223); }

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

background-color css

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

 a { background-color: rgb(248,90,223); }

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

border-color css

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

 span { border-color: rgb(248,90,223); }

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