Html Css Color HEX #F65CDC Free Speech Magenta

📋 copy color: '#F65CDC'

red 246 ◦ green 92 ◦ blue 220

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

Shades of Free Speech Magenta #F65CDC

Tints of Free Speech Magenta #F65CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.49%

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

R = 44.09%
G = 16.49%
B = 39.43%

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

#F65CDC (or 0xF65CDC) is known color: Free Speech Magenta. HEX triplet: F6, 5C and DC. RGB value is (246,92,220). Sum of RGB (Red+Green+Blue) = 246+92+220=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CDC is #09A323. Grayscale: #989898. Windows color (decimal): -631588 or 14441718. OLE color: 14441718.

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

Color convert

RGB 246 92 220 -
CMYK 0 0.63 0.11 0.04
HSL 310.13º 0.9% 0.66% -
HSV(B) 310.13º 0.63% 0.96% -
XYZ 54.75 32.41 71.08 -
YUV 152.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 246 92 220 0 0.63 0.11 0.04 310.13 0.9 0.66
Hex F6 5C DC 0 3F B 4 136 5A 42
Octal 366 134 334 0 77 13 4 466 132 102
Binary 11110110 1011100 11011100 0 111111 1011 100 100110110 1011010 1000010

Color Harmonies of #F65CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65CDC

Black with #F65CDC

Text Example


Text Example

White with #F65CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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