Html Css Color HEX #F855CE Free Speech Magenta

📋 copy color: '#F855CE'

red 248 ◦ green 85 ◦ blue 206

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

Shades of Free Speech Magenta #F855CE

Tints of Free Speech Magenta #F855CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 46.01%
G = 15.77%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F855CE (or 0xF855CE) is known color: Free Speech Magenta. HEX triplet: F8, 55 and CE. RGB value is (248,85,206). Sum of RGB (Red+Green+Blue) = 248+85+206=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F855CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855CE is #07AA31. Grayscale: #939393. Windows color (decimal): -502322 or 13522424. OLE color: 13522424.

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

Color convert

RGB 248 85 206 -
CMYK 0 0.66 0.17 0.03
HSL 315.46º 0.92% 0.65% -
HSV(B) 315.46º 0.66% 0.97% -
XYZ 53.1 30.91 61.56 -
YUV 147.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 248 85 206 0 0.66 0.17 0.03 315.46 0.92 0.65
Hex F8 55 CE 0 42 11 3 13B 5C 41
Octal 370 125 316 0 102 21 3 473 134 101
Binary 11111000 1010101 11001110 0 1000010 10001 11 100111011 1011100 1000001

Color Harmonies of #F855CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855CE

Black with #F855CE

Text Example


Text Example

White with #F855CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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