Html Css Color HEX #F063D8 Free Speech Magenta

📋 copy color: '#F063D8'

red 240 ◦ green 99 ◦ blue 216

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

Shades of Free Speech Magenta #F063D8

Tints of Free Speech Magenta #F063D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 43.24%
G = 17.84%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F063D8 (or 0xF063D8) is known color: Free Speech Magenta. HEX triplet: F0, 63 and D8. RGB value is (240,99,216). Sum of RGB (Red+Green+Blue) = 240+99+216=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F063D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063D8 is #0F9C27. Grayscale: #9A9A9A. Windows color (decimal): -1023016 or 14181360. OLE color: 14181360.

HSL color Cylindrical-coordinate representation of color #F063D8: hue angle of 310.21º 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 #F063D8 is Cyan = 0, Magento = 0.59, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 216 -
CMYK 0 0.59 0.1 0.06
HSL 310.21º 0.82% 0.66% -
HSV(B) 310.21º 0.59% 0.94% -
XYZ 52.79 32.41 68.44 -
YUV 154.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 240 99 216 0 0.59 0.1 0.06 310.21 0.82 0.66
Hex F0 63 D8 0 3B A 6 136 52 42
Octal 360 143 330 0 73 12 6 466 122 102
Binary 11110000 1100011 11011000 0 111011 1010 110 100110110 1010010 1000010

Color Harmonies of #F063D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063D8

Black with #F063D8

Text Example


Text Example

White with #F063D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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