Html Css Color HEX #F05EDB Free Speech Magenta

📋 copy color: '#F05EDB'

red 240 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #F05EDB

Tints of Free Speech Magenta #F05EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17%

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 43.4%
G = 17%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F05EDB (or 0xF05EDB) is known color: Free Speech Magenta. HEX triplet: F0, 5E and DB. RGB value is (240,94,219). Sum of RGB (Red+Green+Blue) = 240+94+219=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05EDB is #0FA124. Grayscale: #979797. Windows color (decimal): -1024293 or 14376688. OLE color: 14376688.

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

Color convert

RGB 240 94 219 -
CMYK 0 0.61 0.09 0.06
HSL 308.63º 0.83% 0.65% -
HSV(B) 308.63º 0.61% 0.94% -
XYZ 52.72 31.65 70.35 -
YUV 151.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 240 94 219 0 0.61 0.09 0.06 308.63 0.83 0.65
Hex F0 5E DB 0 3D 9 6 135 53 41
Octal 360 136 333 0 75 11 6 465 123 101
Binary 11110000 1011110 11011011 0 111101 1001 110 100110101 1010011 1000001

Color Harmonies of #F05EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05EDB

Black with #F05EDB

Text Example


Text Example

White with #F05EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05EDB; }

 p { color: rgb(240,94,219); }

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

background-color css

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

 a { background-color: rgb(240,94,219); }

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

border-color css

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

 span { border-color: rgb(240,94,219); }

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