Html Css Color HEX #F05DE6 Free Speech Magenta

📋 copy color: '#F05DE6'

red 240 ◦ green 93 ◦ blue 230

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

Shades of Free Speech Magenta #F05DE6

Tints of Free Speech Magenta #F05DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.85%

R = 42.63%
G = 16.52%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F05DE6 (or 0xF05DE6) is known color: Free Speech Magenta. HEX triplet: F0, 5D and E6. RGB value is (240,93,230). Sum of RGB (Red+Green+Blue) = 240+93+230=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 93 (36.72% from 255 or 16.52% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DE6 is #0FA219. Grayscale: #989898. Windows color (decimal): -1024538 or 15097328. OLE color: 15097328.

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

Color convert

RGB 240 93 230 -
CMYK 0 0.61 0.04 0.06
HSL 304.08º 0.83% 0.65% -
HSV(B) 304.08º 0.61% 0.94% -
XYZ 54.13 32.07 78.2 -
YUV 152.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 240 93 230 0 0.61 0.04 0.06 304.08 0.83 0.65
Hex F0 5D E6 0 3D 4 6 130 53 41
Octal 360 135 346 0 75 4 6 460 123 101
Binary 11110000 1011101 11100110 0 111101 100 110 100110000 1010011 1000001

Color Harmonies of #F05DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DE6

Black with #F05DE6

Text Example


Text Example

White with #F05DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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