Html Css Color HEX #F05DCD Free Speech Magenta

📋 copy color: '#F05DCD'

red 240 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Magenta #F05DCD

Tints of Free Speech Magenta #F05DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.29%

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

R = 44.61%
G = 17.29%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F05DCD (or 0xF05DCD) is known color: Free Speech Magenta. HEX triplet: F0, 5D and CD. RGB value is (240,93,205). Sum of RGB (Red+Green+Blue) = 240+93+205=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DCD is #0FA232. Grayscale: #959595. Windows color (decimal): -1024563 or 13458928. OLE color: 13458928.

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

Color convert

RGB 240 93 205 -
CMYK 0 0.61 0.15 0.06
HSL 314.29º 0.83% 0.65% -
HSV(B) 314.29º 0.61% 0.94% -
XYZ 50.87 30.76 61.01 -
YUV 149.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 240 93 205 0 0.61 0.15 0.06 314.29 0.83 0.65
Hex F0 5D CD 0 3D F 6 13A 53 41
Octal 360 135 315 0 75 17 6 472 123 101
Binary 11110000 1011101 11001101 0 111101 1111 110 100111010 1010011 1000001

Color Harmonies of #F05DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DCD

Black with #F05DCD

Text Example


Text Example

White with #F05DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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