Html Css Color HEX #F866DC Free Speech Magenta

📋 copy color: '#F866DC'

red 248 ◦ green 102 ◦ blue 220

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

Shades of Free Speech Magenta #F866DC

Tints of Free Speech Magenta #F866DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.89%

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 43.51%
G = 17.89%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F866DC (or 0xF866DC) is known color: Free Speech Magenta. HEX triplet: F8, 66 and DC. RGB value is (248,102,220). Sum of RGB (Red+Green+Blue) = 248+102+220=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F866DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866DC is #079923. Grayscale: #9E9E9E. Windows color (decimal): -497956 or 14444280. OLE color: 14444280.

HSL color Cylindrical-coordinate representation of color #F866DC: hue angle of 311.51º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F866DC is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 102 220 -
CMYK 0 0.59 0.11 0.03
HSL 311.51º 0.91% 0.69% -
HSV(B) 311.51º 0.59% 0.97% -
XYZ 56.38 34.63 71.42 -
YUV 159.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 248 102 220 0 0.59 0.11 0.03 311.51 0.91 0.69
Hex F8 66 DC 0 3B B 3 138 5B 45
Octal 370 146 334 0 73 13 3 470 133 105
Binary 11111000 1100110 11011100 0 111011 1011 11 100111000 1011011 1000101

Color Harmonies of #F866DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F866DC

Black with #F866DC

Text Example


Text Example

White with #F866DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F866DC; }

 p { color: rgb(248,102,220); }

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

background-color css

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

 a { background-color: rgb(248,102,220); }

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

border-color css

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

 span { border-color: rgb(248,102,220); }

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