Html Css Color HEX #F663DD Free Speech Magenta

📋 copy color: '#F663DD'

red 246 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #F663DD

Tints of Free Speech Magenta #F663DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.49%

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

R = 43.46%
G = 17.49%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F663DD (or 0xF663DD) is known color: Free Speech Magenta. HEX triplet: F6, 63 and DD. RGB value is (246,99,221). Sum of RGB (Red+Green+Blue) = 246+99+221=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 99 (39.06% from 255 or 17.49% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F663DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F663DD is #099C22. Grayscale: #9C9C9C. Windows color (decimal): -629795 or 14509046. OLE color: 14509046.

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

Color convert

RGB 246 99 221 -
CMYK 0 0.60 0.10 0.04
HSL 310.2º 0.89% 0.68% -
HSV(B) 310.2º 0.6% 0.96% -
XYZ 55.52 33.74 71.99 -
YUV 156.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 246 99 221 0 0.60 0.10 0.04 310.2 0.89 0.68
Hex F6 63 DD 0 3C A 4 136 59 44
Octal 366 143 335 0 74 12 4 466 131 104
Binary 11110110 1100011 11011101 0 111100 1010 100 100110110 1011001 1000100

Color Harmonies of #F663DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F663DD

Black with #F663DD

Text Example


Text Example

White with #F663DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F663DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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