Html Css Color HEX #F664DF Free Speech Magenta

📋 copy color: '#F664DF'

red 246 ◦ green 100 ◦ blue 223

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

Shades of Free Speech Magenta #F664DF

Tints of Free Speech Magenta #F664DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.57%

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 43.23%
G = 17.57%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F664DF (or 0xF664DF) is known color: Free Speech Magenta. HEX triplet: F6, 64 and DF. RGB value is (246,100,223). Sum of RGB (Red+Green+Blue) = 246+100+223=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 100 (39.45% from 255 or 17.57% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F664DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F664DF is #099B20. Grayscale: #9D9D9D. Windows color (decimal): -629537 or 14640374. OLE color: 14640374.

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

Color convert

RGB 246 100 223 -
CMYK 0 0.59 0.09 0.04
HSL 309.45º 0.89% 0.68% -
HSV(B) 309.45º 0.59% 0.96% -
XYZ 55.88 34.03 73.44 -
YUV 157.68 164.87 191 -
System Red Green Blue C M Y K H S L
Decimal 246 100 223 0 0.59 0.09 0.04 309.45 0.89 0.68
Hex F6 64 DF 0 3B 9 4 135 59 44
Octal 366 144 337 0 73 11 4 465 131 104
Binary 11110110 1100100 11011111 0 111011 1001 100 100110101 1011001 1000100

Color Harmonies of #F664DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F664DF

Black with #F664DF

Text Example


Text Example

White with #F664DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F664DF; }

 p { color: rgb(246,100,223); }

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

background-color css

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

 a { background-color: rgb(246,100,223); }

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

border-color css

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

 span { border-color: rgb(246,100,223); }

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