Html Css Color HEX #F064DC Free Speech Magenta

📋 copy color: '#F064DC'

red 240 ◦ green 100 ◦ blue 220

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

Shades of Free Speech Magenta #F064DC

Tints of Free Speech Magenta #F064DC

RGB

 RED value IS 240 (94.14% from 255) = 42.86%

 GREEN value IS 100 (39.45% from 255) = 17.86%

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

R = 42.86%
G = 17.86%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F064DC (or 0xF064DC) is known color: Free Speech Magenta. HEX triplet: F0, 64 and DC. RGB value is (240,100,220). Sum of RGB (Red+Green+Blue) = 240+100+220=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F064DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064DC is #0F9B23. Grayscale: #9B9B9B. Windows color (decimal): -1022756 or 14443760. OLE color: 14443760.

HSL color Cylindrical-coordinate representation of color #F064DC: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F064DC is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 220 -
CMYK 0 0.58 0.08 0.06
HSL 308.57º 0.82% 0.67% -
HSV(B) 308.57º 0.58% 0.94% -
XYZ 53.41 32.81 71.23 -
YUV 155.54 164.38 188.24 -
System Red Green Blue C M Y K H S L
Decimal 240 100 220 0 0.58 0.08 0.06 308.57 0.82 0.67
Hex F0 64 DC 0 3A 8 6 135 52 43
Octal 360 144 334 0 72 10 6 465 122 103
Binary 11110000 1100100 11011100 0 111010 1000 110 100110101 1010010 1000011

Color Harmonies of #F064DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064DC

Black with #F064DC

Text Example


Text Example

White with #F064DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064DC; }

 p { color: rgb(240,100,220); }

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

background-color css

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

 a { background-color: rgb(240,100,220); }

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

border-color css

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

 span { border-color: rgb(240,100,220); }

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