Html Css Color HEX #F855D1 Free Speech Magenta

📋 copy color: '#F855D1'

red 248 ◦ green 85 ◦ blue 209

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

Shades of Free Speech Magenta #F855D1

Tints of Free Speech Magenta #F855D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.56%

R = 45.76%
G = 15.68%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F855D1 (or 0xF855D1) is known color: Free Speech Magenta. HEX triplet: F8, 55 and D1. RGB value is (248,85,209). Sum of RGB (Red+Green+Blue) = 248+85+209=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F855D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855D1 is #07AA2E. Grayscale: #939393. Windows color (decimal): -502319 or 13719032. OLE color: 13719032.

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

Color convert

RGB 248 85 209 -
CMYK 0 0.66 0.16 0.03
HSL 314.36º 0.92% 0.65% -
HSV(B) 314.36º 0.66% 0.97% -
XYZ 53.47 31.06 63.5 -
YUV 147.87 162.5 199.42 -
System Red Green Blue C M Y K H S L
Decimal 248 85 209 0 0.66 0.16 0.03 314.36 0.92 0.65
Hex F8 55 D1 0 42 10 3 13A 5C 41
Octal 370 125 321 0 102 20 3 472 134 101
Binary 11111000 1010101 11010001 0 1000010 10000 11 100111010 1011100 1000001

Color Harmonies of #F855D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855D1

Black with #F855D1

Text Example


Text Example

White with #F855D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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