Html Css Color HEX #F65DDF Free Speech Magenta

📋 copy color: '#F65DDF'

red 246 ◦ green 93 ◦ blue 223

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

Shades of Free Speech Magenta #F65DDF

Tints of Free Speech Magenta #F65DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.55%

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

R = 43.77%
G = 16.55%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F65DDF (or 0xF65DDF) is known color: Free Speech Magenta. HEX triplet: F6, 5D and DF. RGB value is (246,93,223). Sum of RGB (Red+Green+Blue) = 246+93+223=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DDF is #09A220. Grayscale: #999999. Windows color (decimal): -631329 or 14638582. OLE color: 14638582.

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

Color convert

RGB 246 93 223 -
CMYK 0 0.62 0.09 0.04
HSL 309.02º 0.89% 0.66% -
HSV(B) 309.02º 0.62% 0.96% -
XYZ 55.24 32.75 73.22 -
YUV 153.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 246 93 223 0 0.62 0.09 0.04 309.02 0.89 0.66
Hex F6 5D DF 0 3E 9 4 135 59 42
Octal 366 135 337 0 76 11 4 465 131 102
Binary 11110110 1011101 11011111 0 111110 1001 100 100110101 1011001 1000010

Color Harmonies of #F65DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65DDF

Black with #F65DDF

Text Example


Text Example

White with #F65DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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