Html Css Color HEX #F666DD Free Speech Magenta

📋 copy color: '#F666DD'

red 246 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #F666DD

Tints of Free Speech Magenta #F666DD

RGB

 RED value IS 246 (96.48% from 255) = 43.23%

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

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

R = 43.23%
G = 17.93%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F666DD (or 0xF666DD) is known color: Free Speech Magenta. HEX triplet: F6, 66 and DD. RGB value is (246,102,221). Sum of RGB (Red+Green+Blue) = 246+102+221=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F666DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F666DD is #099922. Grayscale: #9E9E9E. Windows color (decimal): -629027 or 14509814. OLE color: 14509814.

HSL color Cylindrical-coordinate representation of color #F666DD: hue angle of 310.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F666DD is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 102 221 -
CMYK 0 0.59 0.10 0.04
HSL 310.42º 0.89% 0.68% -
HSV(B) 310.42º 0.59% 0.96% -
XYZ 55.81 34.32 72.09 -
YUV 158.62 163.21 190.32 -
System Red Green Blue C M Y K H S L
Decimal 246 102 221 0 0.59 0.10 0.04 310.42 0.89 0.68
Hex F6 66 DD 0 3B A 4 136 59 44
Octal 366 146 335 0 73 12 4 466 131 104
Binary 11110110 1100110 11011101 0 111011 1010 100 100110110 1011001 1000100

Color Harmonies of #F666DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F666DD

Black with #F666DD

Text Example


Text Example

White with #F666DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F666DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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