Html Css Color HEX #F866DD Free Speech Magenta

📋 copy color: '#F866DD'

red 248 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #F866DD

Tints of Free Speech Magenta #F866DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 43.43%
G = 17.86%
B = 38.7%

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

#F866DD (or 0xF866DD) is known color: Free Speech Magenta. HEX triplet: F8, 66 and DD. RGB value is (248,102,221). Sum of RGB (Red+Green+Blue) = 248+102+221=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 102 (40.23% from 255 or 17.86% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F866DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866DD is #079922. Grayscale: #9E9E9E. Windows color (decimal): -497955 or 14509816. OLE color: 14509816.

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

Color convert

RGB 248 102 221 -
CMYK 0 0.59 0.11 0.03
HSL 311.1º 0.91% 0.69% -
HSV(B) 311.1º 0.59% 0.97% -
XYZ 56.51 34.68 72.12 -
YUV 159.22 162.87 191.32 -
System Red Green Blue C M Y K H S L
Decimal 248 102 221 0 0.59 0.11 0.03 311.1 0.91 0.69
Hex F8 66 DD 0 3B B 3 137 5B 45
Octal 370 146 335 0 73 13 3 467 133 105
Binary 11111000 1100110 11011101 0 111011 1011 11 100110111 1011011 1000101

Color Harmonies of #F866DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F866DD

Black with #F866DD

Text Example


Text Example

White with #F866DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F866DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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