Html Css Color HEX #F65ADC Free Speech Magenta

📋 copy color: '#F65ADC'

red 246 ◦ green 90 ◦ blue 220

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

Shades of Free Speech Magenta #F65ADC

Tints of Free Speech Magenta #F65ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.19%

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

R = 44.24%
G = 16.19%
B = 39.57%

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

#F65ADC (or 0xF65ADC) is known color: Free Speech Magenta. HEX triplet: F6, 5A and DC. RGB value is (246,90,220). Sum of RGB (Red+Green+Blue) = 246+90+220=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ADC is #09A523. Grayscale: #979797. Windows color (decimal): -632100 or 14441206. OLE color: 14441206.

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

Color convert

RGB 246 90 220 -
CMYK 0 0.63 0.11 0.04
HSL 310º 0.9% 0.66% -
HSV(B) 310º 0.63% 0.96% -
XYZ 54.58 32.07 71.02 -
YUV 151.46 166.68 195.43 -
System Red Green Blue C M Y K H S L
Decimal 246 90 220 0 0.63 0.11 0.04 310 0.9 0.66
Hex F6 5A DC 0 3F B 4 136 5A 42
Octal 366 132 334 0 77 13 4 466 132 102
Binary 11110110 1011010 11011100 0 111111 1011 100 100110110 1011010 1000010

Color Harmonies of #F65ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65ADC

Black with #F65ADC

Text Example


Text Example

White with #F65ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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