Html Css Color HEX #F65BDC Free Speech Magenta

📋 copy color: '#F65BDC'

red 246 ◦ green 91 ◦ blue 220

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

Shades of Free Speech Magenta #F65BDC

Tints of Free Speech Magenta #F65BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.34%

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 44.17%
G = 16.34%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F65BDC (or 0xF65BDC) is known color: Free Speech Magenta. HEX triplet: F6, 5B and DC. RGB value is (246,91,220). Sum of RGB (Red+Green+Blue) = 246+91+220=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 91 (35.94% from 255 or 16.34% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BDC is #09A423. Grayscale: #979797. Windows color (decimal): -631844 or 14441462. OLE color: 14441462.

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

Color convert

RGB 246 91 220 -
CMYK 0 0.63 0.11 0.04
HSL 310.06º 0.9% 0.66% -
HSV(B) 310.06º 0.63% 0.96% -
XYZ 54.67 32.24 71.05 -
YUV 152.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 246 91 220 0 0.63 0.11 0.04 310.06 0.9 0.66
Hex F6 5B DC 0 3F B 4 136 5A 42
Octal 366 133 334 0 77 13 4 466 132 102
Binary 11110110 1011011 11011100 0 111111 1011 100 100110110 1011010 1000010

Color Harmonies of #F65BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65BDC

Black with #F65BDC

Text Example


Text Example

White with #F65BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65BDC; }

 p { color: rgb(246,91,220); }

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

background-color css

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

 a { background-color: rgb(246,91,220); }

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

border-color css

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

 span { border-color: rgb(246,91,220); }

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