Html Css Color HEX #F855D6 Free Speech Magenta

📋 copy color: '#F855D6'

red 248 ◦ green 85 ◦ blue 214

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

Shades of Free Speech Magenta #F855D6

Tints of Free Speech Magenta #F855D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.12%

R = 45.34%
G = 15.54%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F855D6 (or 0xF855D6) is known color: Free Speech Magenta. HEX triplet: F8, 55 and D6. RGB value is (248,85,214). Sum of RGB (Red+Green+Blue) = 248+85+214=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F855D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855D6 is #07AA29. Grayscale: #949494. Windows color (decimal): -502314 or 14046712. OLE color: 14046712.

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

Color convert

RGB 248 85 214 -
CMYK 0 0.66 0.14 0.03
HSL 312.52º 0.92% 0.65% -
HSV(B) 312.52º 0.66% 0.97% -
XYZ 54.1 31.31 66.81 -
YUV 148.44 165 199.01 -
System Red Green Blue C M Y K H S L
Decimal 248 85 214 0 0.66 0.14 0.03 312.52 0.92 0.65
Hex F8 55 D6 0 42 E 3 139 5C 41
Octal 370 125 326 0 102 16 3 471 134 101
Binary 11111000 1010101 11010110 0 1000010 1110 11 100111001 1011100 1000001

Color Harmonies of #F855D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855D6

Black with #F855D6

Text Example


Text Example

White with #F855D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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