Html Css Color HEX #F85ADE Free Speech Magenta

📋 copy color: '#F85ADE'

red 248 ◦ green 90 ◦ blue 222

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

Shades of Free Speech Magenta #F85ADE

Tints of Free Speech Magenta #F85ADE

RGB

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

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

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

R = 44.29%
G = 16.07%
B = 39.64%

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

#F85ADE (or 0xF85ADE) is known color: Free Speech Magenta. HEX triplet: F8, 5A and DE. RGB value is (248,90,222). Sum of RGB (Red+Green+Blue) = 248+90+222=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ADE is #07A521. Grayscale: #979797. Windows color (decimal): -501026 or 14572280. OLE color: 14572280.

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

Color convert

RGB 248 90 222 -
CMYK 0 0.64 0.10 0.03
HSL 309.87º 0.92% 0.66% -
HSV(B) 309.87º 0.64% 0.97% -
XYZ 55.55 32.54 72.46 -
YUV 152.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 248 90 222 0 0.64 0.10 0.03 309.87 0.92 0.66
Hex F8 5A DE 0 40 A 3 136 5C 42
Octal 370 132 336 0 100 12 3 466 134 102
Binary 11111000 1011010 11011110 0 1000000 1010 11 100110110 1011100 1000010

Color Harmonies of #F85ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85ADE

Black with #F85ADE

Text Example


Text Example

White with #F85ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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