Html Css Color HEX #F855E7 Free Speech Magenta

📋 copy color: '#F855E7'

red 248 ◦ green 85 ◦ blue 231

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

Shades of Free Speech Magenta #F855E7

Tints of Free Speech Magenta #F855E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.96%

R = 43.97%
G = 15.07%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F855E7 (or 0xF855E7) is known color: Free Speech Magenta. HEX triplet: F8, 55 and E7. RGB value is (248,85,231). Sum of RGB (Red+Green+Blue) = 248+85+231=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 85 (33.59% from 255 or 15.07% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F855E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F855E7 is #07AA18. Grayscale: #959595. Windows color (decimal): -502297 or 15160824. OLE color: 15160824.

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

Color convert

RGB 248 85 231 -
CMYK 0 0.66 0.07 0.03
HSL 306.26º 0.92% 0.65% -
HSV(B) 306.26º 0.66% 0.97% -
XYZ 56.38 32.22 78.85 -
YUV 150.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 248 85 231 0 0.66 0.07 0.03 306.26 0.92 0.65
Hex F8 55 E7 0 42 7 3 132 5C 41
Octal 370 125 347 0 102 7 3 462 134 101
Binary 11111000 1010101 11100111 0 1000010 111 11 100110010 1011100 1000001

Color Harmonies of #F855E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855E7

Black with #F855E7

Text Example


Text Example

White with #F855E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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