Html Css Color HEX #F05ADC Free Speech Magenta

📋 copy color: '#F05ADC'

red 240 ◦ green 90 ◦ blue 220

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

Shades of Free Speech Magenta #F05ADC

Tints of Free Speech Magenta #F05ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.36%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 43.64%
G = 16.36%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F05ADC (or 0xF05ADC) is known color: Free Speech Magenta. HEX triplet: F0, 5A and DC. RGB value is (240,90,220). Sum of RGB (Red+Green+Blue) = 240+90+220=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F05ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05ADC is #0FA523. Grayscale: #959595. Windows color (decimal): -1025316 or 14441200. OLE color: 14441200.

HSL color Cylindrical-coordinate representation of color #F05ADC: hue angle of 308º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05ADC is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 90 220 -
CMYK 0 0.62 0.08 0.06
HSL 308º 0.83% 0.65% -
HSV(B) 308º 0.63% 0.94% -
XYZ 52.51 31 70.93 -
YUV 149.67 167.7 192.43 -
System Red Green Blue C M Y K H S L
Decimal 240 90 220 0 0.62 0.08 0.06 308 0.83 0.65
Hex F0 5A DC 0 3E 8 6 134 53 41
Octal 360 132 334 0 76 10 6 464 123 101
Binary 11110000 1011010 11011100 0 111110 1000 110 100110100 1010011 1000001

Color Harmonies of #F05ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05ADC

Black with #F05ADC

Text Example


Text Example

White with #F05ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05ADC; }

 p { color: rgb(240,90,220); }

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

background-color css

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

 a { background-color: rgb(240,90,220); }

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

border-color css

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

 span { border-color: rgb(240,90,220); }

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