Html Css Color HEX #F05DE1 Free Speech Magenta

📋 copy color: '#F05DE1'

red 240 ◦ green 93 ◦ blue 225

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

Shades of Free Speech Magenta #F05DE1

Tints of Free Speech Magenta #F05DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 43.01%
G = 16.67%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F05DE1 (or 0xF05DE1) is known color: Free Speech Magenta. HEX triplet: F0, 5D and E1. RGB value is (240,93,225). Sum of RGB (Red+Green+Blue) = 240+93+225=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DE1 is #0FA21E. Grayscale: #979797. Windows color (decimal): -1024543 or 14769648. OLE color: 14769648.

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

Color convert

RGB 240 93 225 -
CMYK 0 0.61 0.06 0.06
HSL 306.12º 0.83% 0.65% -
HSV(B) 306.12º 0.61% 0.94% -
XYZ 53.44 31.79 74.55 -
YUV 152 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 240 93 225 0 0.61 0.06 0.06 306.12 0.83 0.65
Hex F0 5D E1 0 3D 6 6 132 53 41
Octal 360 135 341 0 75 6 6 462 123 101
Binary 11110000 1011101 11100001 0 111101 110 110 100110010 1010011 1000001

Color Harmonies of #F05DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DE1

Black with #F05DE1

Text Example


Text Example

White with #F05DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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