Html Css Color HEX #F068DC Free Speech Magenta

📋 copy color: '#F068DC'

red 240 ◦ green 104 ◦ blue 220

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

Shades of Free Speech Magenta #F068DC

Tints of Free Speech Magenta #F068DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.44%

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

R = 42.55%
G = 18.44%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F068DC (or 0xF068DC) is known color: Free Speech Magenta. HEX triplet: F0, 68 and DC. RGB value is (240,104,220). Sum of RGB (Red+Green+Blue) = 240+104+220=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F068DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068DC is #0F9723. Grayscale: #9D9D9D. Windows color (decimal): -1021732 or 14444784. OLE color: 14444784.

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

Color convert

RGB 240 104 220 -
CMYK 0 0.57 0.08 0.06
HSL 308.82º 0.82% 0.67% -
HSV(B) 308.82º 0.57% 0.94% -
XYZ 53.8 33.59 71.36 -
YUV 157.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 240 104 220 0 0.57 0.08 0.06 308.82 0.82 0.67
Hex F0 68 DC 0 39 8 6 135 52 43
Octal 360 150 334 0 71 10 6 465 122 103
Binary 11110000 1101000 11011100 0 111001 1000 110 100110101 1010010 1000011

Color Harmonies of #F068DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F068DC

Black with #F068DC

Text Example


Text Example

White with #F068DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F068DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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