Html Css Color HEX #F063DC Free Speech Magenta

📋 copy color: '#F063DC'

red 240 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #F063DC

Tints of Free Speech Magenta #F063DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.71%

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

R = 42.93%
G = 17.71%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F063DC (or 0xF063DC) is known color: Free Speech Magenta. HEX triplet: F0, 63 and DC. RGB value is (240,99,220). Sum of RGB (Red+Green+Blue) = 240+99+220=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 99 (39.06% from 255 or 17.71% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F063DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063DC is #0F9C23. Grayscale: #9A9A9A. Windows color (decimal): -1023012 or 14443504. OLE color: 14443504.

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

Color convert

RGB 240 99 220 -
CMYK 0 0.59 0.08 0.06
HSL 308.51º 0.82% 0.66% -
HSV(B) 308.51º 0.59% 0.94% -
XYZ 53.32 32.62 71.2 -
YUV 154.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 240 99 220 0 0.59 0.08 0.06 308.51 0.82 0.66
Hex F0 63 DC 0 3B 8 6 135 52 42
Octal 360 143 334 0 73 10 6 465 122 102
Binary 11110000 1100011 11011100 0 111011 1000 110 100110101 1010010 1000010

Color Harmonies of #F063DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063DC

Black with #F063DC

Text Example


Text Example

White with #F063DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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