Html Css Color HEX #F050C0 Free Speech Magenta

📋 copy color: '#F050C0'

red 240 ◦ green 80 ◦ blue 192

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

Shades of Free Speech Magenta #F050C0

Tints of Free Speech Magenta #F050C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 46.88%
G = 15.63%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F050C0 (or 0xF050C0) is known color: Free Speech Magenta. HEX triplet: F0, 50 and C0. RGB value is (240,80,192). Sum of RGB (Red+Green+Blue) = 240+80+192=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F050C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050C0 is #0FAF3F. Grayscale: #8C8C8C. Windows color (decimal): -1027904 or 12603632. OLE color: 12603632.

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

Color convert

RGB 240 80 192 -
CMYK 0 0.67 0.20 0.06
HSL 318º 0.84% 0.63% -
HSV(B) 318º 0.67% 0.94% -
XYZ 48.32 28.07 52.74 -
YUV 140.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 240 80 192 0 0.67 0.20 0.06 318 0.84 0.63
Hex F0 50 C0 0 43 14 6 13E 54 3F
Octal 360 120 300 0 103 24 6 476 124 77
Binary 11110000 1010000 11000000 0 1000011 10100 110 100111110 1010100 111111

Color Harmonies of #F050C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050C0

Black with #F050C0

Text Example


Text Example

White with #F050C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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