Html Css Color HEX #F050D8 Free Speech Magenta

📋 copy color: '#F050D8'

red 240 ◦ green 80 ◦ blue 216

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

Shades of Free Speech Magenta #F050D8

Tints of Free Speech Magenta #F050D8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.93%

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

R = 44.78%
G = 14.93%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F050D8 (or 0xF050D8) is known color: Free Speech Magenta. HEX triplet: F0, 50 and D8. RGB value is (240,80,216). Sum of RGB (Red+Green+Blue) = 240+80+216=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F050D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050D8 is #0FAF27. Grayscale: #8E8E8E. Windows color (decimal): -1027880 or 14176496. OLE color: 14176496.

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

Color convert

RGB 240 80 216 -
CMYK 0 0.67 0.1 0.06
HSL 309º 0.84% 0.63% -
HSV(B) 309º 0.67% 0.94% -
XYZ 51.2 29.22 67.91 -
YUV 143.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 240 80 216 0 0.67 0.1 0.06 309 0.84 0.63
Hex F0 50 D8 0 43 A 6 135 54 3F
Octal 360 120 330 0 103 12 6 465 124 77
Binary 11110000 1010000 11011000 0 1000011 1010 110 100110101 1010100 111111

Color Harmonies of #F050D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050D8

Black with #F050D8

Text Example


Text Example

White with #F050D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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