Html Css Color HEX #F05ACD Free Speech Magenta

📋 copy color: '#F05ACD'

red 240 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #F05ACD

Tints of Free Speech Magenta #F05ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 44.86%
G = 16.82%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F05ACD (or 0xF05ACD) is known color: Free Speech Magenta. HEX triplet: F0, 5A and CD. RGB value is (240,90,205). Sum of RGB (Red+Green+Blue) = 240+90+205=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F05ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05ACD is #0FA532. Grayscale: #939393. Windows color (decimal): -1025331 or 13458160. OLE color: 13458160.

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

Color convert

RGB 240 90 205 -
CMYK 0 0.62 0.15 0.06
HSL 314º 0.83% 0.65% -
HSV(B) 314º 0.63% 0.94% -
XYZ 50.61 30.25 60.93 -
YUV 147.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 240 90 205 0 0.62 0.15 0.06 314 0.83 0.65
Hex F0 5A CD 0 3E F 6 13A 53 41
Octal 360 132 315 0 76 17 6 472 123 101
Binary 11110000 1011010 11001101 0 111110 1111 110 100111010 1010011 1000001

Color Harmonies of #F05ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05ACD

Black with #F05ACD

Text Example


Text Example

White with #F05ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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