Html Css Color HEX #F050DF Free Speech Magenta

📋 copy color: '#F050DF'

red 240 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Magenta #F050DF

Tints of Free Speech Magenta #F050DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 44.2%
G = 14.73%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F050DF (or 0xF050DF) is known color: Free Speech Magenta. HEX triplet: F0, 50 and DF. RGB value is (240,80,223). Sum of RGB (Red+Green+Blue) = 240+80+223=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F050DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050DF is #0FAF20. Grayscale: #8F8F8F. Windows color (decimal): -1027873 or 14635248. OLE color: 14635248.

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

Color convert

RGB 240 80 223 -
CMYK 0 0.67 0.07 0.06
HSL 306.38º 0.84% 0.63% -
HSV(B) 306.38º 0.67% 0.94% -
XYZ 52.12 29.59 72.78 -
YUV 144.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 240 80 223 0 0.67 0.07 0.06 306.38 0.84 0.63
Hex F0 50 DF 0 43 7 6 132 54 3F
Octal 360 120 337 0 103 7 6 462 124 77
Binary 11110000 1010000 11011111 0 1000011 111 110 100110010 1010100 111111

Color Harmonies of #F050DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050DF

Black with #F050DF

Text Example


Text Example

White with #F050DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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