Html Css Color HEX #F050C3 Free Speech Magenta

📋 copy color: '#F050C3'

red 240 ◦ green 80 ◦ blue 195

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

Shades of Free Speech Magenta #F050C3

Tints of Free Speech Magenta #F050C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 46.6%
G = 15.53%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F050C3 (or 0xF050C3) is known color: Free Speech Magenta. HEX triplet: F0, 50 and C3. RGB value is (240,80,195). Sum of RGB (Red+Green+Blue) = 240+80+195=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F050C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050C3 is #0FAF3C. Grayscale: #8C8C8C. Windows color (decimal): -1027901 or 12800240. OLE color: 12800240.

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

Color convert

RGB 240 80 195 -
CMYK 0 0.67 0.19 0.06
HSL 316.88º 0.84% 0.63% -
HSV(B) 316.88º 0.67% 0.94% -
XYZ 48.65 28.2 54.51 -
YUV 140.95 158.51 198.65 -
System Red Green Blue C M Y K H S L
Decimal 240 80 195 0 0.67 0.19 0.06 316.88 0.84 0.63
Hex F0 50 C3 0 43 13 6 13D 54 3F
Octal 360 120 303 0 103 23 6 475 124 77
Binary 11110000 1010000 11000011 0 1000011 10011 110 100111101 1010100 111111

Color Harmonies of #F050C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050C3

Black with #F050C3

Text Example


Text Example

White with #F050C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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