Html Css Color HEX #F050D0 Free Speech Magenta

📋 copy color: '#F050D0'

red 240 ◦ green 80 ◦ blue 208

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

Shades of Free Speech Magenta #F050D0

Tints of Free Speech Magenta #F050D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.39%

R = 45.45%
G = 15.15%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F050D0 (or 0xF050D0) is known color: Free Speech Magenta. HEX triplet: F0, 50 and D0. RGB value is (240,80,208). Sum of RGB (Red+Green+Blue) = 240+80+208=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F050D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050D0 is #0FAF2F. Grayscale: #8E8E8E. Windows color (decimal): -1027888 or 13652208. OLE color: 13652208.

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

Color convert

RGB 240 80 208 -
CMYK 0 0.67 0.13 0.06
HSL 312º 0.84% 0.63% -
HSV(B) 312º 0.67% 0.94% -
XYZ 50.19 28.82 62.59 -
YUV 142.43 165.01 197.59 -
System Red Green Blue C M Y K H S L
Decimal 240 80 208 0 0.67 0.13 0.06 312 0.84 0.63
Hex F0 50 D0 0 43 D 6 138 54 3F
Octal 360 120 320 0 103 15 6 470 124 77
Binary 11110000 1010000 11010000 0 1000011 1101 110 100111000 1010100 111111

Color Harmonies of #F050D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050D0

Black with #F050D0

Text Example


Text Example

White with #F050D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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