Html Css Color HEX #F665DF Free Speech Magenta

📋 copy color: '#F665DF'

red 246 ◦ green 101 ◦ blue 223

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

Shades of Free Speech Magenta #F665DF

Tints of Free Speech Magenta #F665DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.72%

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

R = 43.16%
G = 17.72%
B = 39.12%

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

#F665DF (or 0xF665DF) is known color: Free Speech Magenta. HEX triplet: F6, 65 and DF. RGB value is (246,101,223). Sum of RGB (Red+Green+Blue) = 246+101+223=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F665DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F665DF is #099A20. Grayscale: #9D9D9D. Windows color (decimal): -629281 or 14640630. OLE color: 14640630.

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

Color convert

RGB 246 101 223 -
CMYK 0 0.59 0.09 0.04
HSL 309.52º 0.89% 0.68% -
HSV(B) 309.52º 0.59% 0.96% -
XYZ 55.98 34.23 73.47 -
YUV 158.26 164.54 190.58 -
System Red Green Blue C M Y K H S L
Decimal 246 101 223 0 0.59 0.09 0.04 309.52 0.89 0.68
Hex F6 65 DF 0 3B 9 4 136 59 44
Octal 366 145 337 0 73 11 4 466 131 104
Binary 11110110 1100101 11011111 0 111011 1001 100 100110110 1011001 1000100

Color Harmonies of #F665DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F665DF

Black with #F665DF

Text Example


Text Example

White with #F665DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F665DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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