Html Css Color HEX #F855D8 Free Speech Magenta

📋 copy color: '#F855D8'

red 248 ◦ green 85 ◦ blue 216

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

Shades of Free Speech Magenta #F855D8

Tints of Free Speech Magenta #F855D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.34%

R = 45.17%
G = 15.48%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F855D8 (or 0xF855D8) is known color: Free Speech Magenta. HEX triplet: F8, 55 and D8. RGB value is (248,85,216). Sum of RGB (Red+Green+Blue) = 248+85+216=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F855D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855D8 is #07AA27. Grayscale: #949494. Windows color (decimal): -502312 or 14177784. OLE color: 14177784.

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

Color convert

RGB 248 85 216 -
CMYK 0 0.66 0.13 0.03
HSL 311.78º 0.92% 0.65% -
HSV(B) 311.78º 0.66% 0.97% -
XYZ 54.35 31.41 68.16 -
YUV 148.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 248 85 216 0 0.66 0.13 0.03 311.78 0.92 0.65
Hex F8 55 D8 0 42 D 3 138 5C 41
Octal 370 125 330 0 102 15 3 470 134 101
Binary 11111000 1010101 11011000 0 1000010 1101 11 100111000 1011100 1000001

Color Harmonies of #F855D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855D8

Black with #F855D8

Text Example


Text Example

White with #F855D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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