Html Css Color HEX #F64FDC Free Speech Magenta

📋 copy color: '#F64FDC'

red 246 ◦ green 79 ◦ blue 220

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

Shades of Free Speech Magenta #F64FDC

Tints of Free Speech Magenta #F64FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.5%

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

R = 45.14%
G = 14.5%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F64FDC (or 0xF64FDC) is known color: Free Speech Magenta. HEX triplet: F6, 4F and DC. RGB value is (246,79,220). Sum of RGB (Red+Green+Blue) = 246+79+220=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 79 (31.25% from 255 or 14.50% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FDC is #09B023. Grayscale: #909090. Windows color (decimal): -634916 or 14438390. OLE color: 14438390.

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

Color convert

RGB 246 79 220 -
CMYK 0 0.68 0.11 0.04
HSL 309.34º 0.9% 0.64% -
HSV(B) 309.34º 0.68% 0.96% -
XYZ 53.72 30.35 70.74 -
YUV 145.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 246 79 220 0 0.68 0.11 0.04 309.34 0.9 0.64
Hex F6 4F DC 0 44 B 4 135 5A 40
Octal 366 117 334 0 104 13 4 465 132 100
Binary 11110110 1001111 11011100 0 1000100 1011 100 100110101 1011010 1000000

Color Harmonies of #F64FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FDC

Black with #F64FDC

Text Example


Text Example

White with #F64FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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