Html Css Color HEX #F050C7 Free Speech Magenta

📋 copy color: '#F050C7'

red 240 ◦ green 80 ◦ blue 199

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

Shades of Free Speech Magenta #F050C7

Tints of Free Speech Magenta #F050C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.34%

R = 46.24%
G = 15.41%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F050C7 (or 0xF050C7) is known color: Free Speech Magenta. HEX triplet: F0, 50 and C7. RGB value is (240,80,199). Sum of RGB (Red+Green+Blue) = 240+80+199=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F050C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050C7 is #0FAF38. Grayscale: #8D8D8D. Windows color (decimal): -1027897 or 13062384. OLE color: 13062384.

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

Color convert

RGB 240 80 199 -
CMYK 0 0.67 0.17 0.06
HSL 315.38º 0.84% 0.63% -
HSV(B) 315.38º 0.67% 0.94% -
XYZ 49.11 28.39 56.92 -
YUV 141.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 240 80 199 0 0.67 0.17 0.06 315.38 0.84 0.63
Hex F0 50 C7 0 43 11 6 13B 54 3F
Octal 360 120 307 0 103 21 6 473 124 77
Binary 11110000 1010000 11000111 0 1000011 10001 110 100111011 1010100 111111

Color Harmonies of #F050C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050C7

Black with #F050C7

Text Example


Text Example

White with #F050C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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