Html Css Color HEX #F855E3 Free Speech Magenta

📋 copy color: '#F855E3'

red 248 ◦ green 85 ◦ blue 227

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

Shades of Free Speech Magenta #F855E3

Tints of Free Speech Magenta #F855E3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.18%

 BLUE value IS 227 (89.06% from 255) = 40.54%

R = 44.29%
G = 15.18%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F855E3 (or 0xF855E3) is known color: Free Speech Magenta. HEX triplet: F8, 55 and E3. RGB value is (248,85,227). Sum of RGB (Red+Green+Blue) = 248+85+227=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 85 (33.59% from 255 or 15.18% from 560); Blue value is 227 (89.06% from 255 or 40.54% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F855E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855E3 is #07AA1C. Grayscale: #959595. Windows color (decimal): -502301 or 14898680. OLE color: 14898680.

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

Color convert

RGB 248 85 227 -
CMYK 0 0.66 0.08 0.03
HSL 307.73º 0.92% 0.65% -
HSV(B) 307.73º 0.66% 0.97% -
XYZ 55.83 32 75.91 -
YUV 149.93 171.5 197.95 -
System Red Green Blue C M Y K H S L
Decimal 248 85 227 0 0.66 0.08 0.03 307.73 0.92 0.65
Hex F8 55 E3 0 42 8 3 134 5C 41
Octal 370 125 343 0 102 10 3 464 134 101
Binary 11111000 1010101 11100011 0 1000010 1000 11 100110100 1011100 1000001

Color Harmonies of #F855E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855E3

Black with #F855E3

Text Example


Text Example

White with #F855E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855E3; }

 p { color: rgb(248,85,227); }

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

background-color css

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

 a { background-color: rgb(248,85,227); }

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

border-color css

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

 span { border-color: rgb(248,85,227); }

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