Html Css Color HEX #F855E8 Free Speech Magenta

📋 copy color: '#F855E8'

red 248 ◦ green 85 ◦ blue 232

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

Shades of Free Speech Magenta #F855E8

Tints of Free Speech Magenta #F855E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.06%

R = 43.89%
G = 15.04%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F855E8 (or 0xF855E8) is known color: Free Speech Magenta. HEX triplet: F8, 55 and E8. RGB value is (248,85,232). Sum of RGB (Red+Green+Blue) = 248+85+232=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F855E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F855E8 is #07AA17. Grayscale: #969696. Windows color (decimal): -502296 or 15226360. OLE color: 15226360.

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

Color convert

RGB 248 85 232 -
CMYK 0 0.66 0.06 0.03
HSL 305.89º 0.92% 0.65% -
HSV(B) 305.89º 0.66% 0.97% -
XYZ 56.53 32.28 79.6 -
YUV 150.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 248 85 232 0 0.66 0.06 0.03 305.89 0.92 0.65
Hex F8 55 E8 0 42 6 3 132 5C 41
Octal 370 125 350 0 102 6 3 462 134 101
Binary 11111000 1010101 11101000 0 1000010 110 11 100110010 1011100 1000001

Color Harmonies of #F855E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855E8

Black with #F855E8

Text Example


Text Example

White with #F855E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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