Html Css Color HEX #F055ED Free Speech Magenta

📋 copy color: '#F055ED'

red 240 ◦ green 85 ◦ blue 237

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

Shades of Free Speech Magenta #F055ED

Tints of Free Speech Magenta #F055ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.12%

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 42.7%
G = 15.12%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F055ED (or 0xF055ED) is known color: Free Speech Magenta. HEX triplet: F0, 55 and ED. RGB value is (240,85,237). Sum of RGB (Red+Green+Blue) = 240+85+237=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F055ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F055ED is #0FAA12. Grayscale: #949494. Windows color (decimal): -1026579 or 15554032. OLE color: 15554032.

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

Color convert

RGB 240 85 237 -
CMYK 0 0.65 0.01 0.06
HSL 301.16º 0.84% 0.64% -
HSV(B) 301.16º 0.65% 0.94% -
XYZ 54.47 31.14 83.26 -
YUV 148.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 240 85 237 0 0.65 0.01 0.06 301.16 0.84 0.64
Hex F0 55 ED 0 41 1 6 12D 54 40
Octal 360 125 355 0 101 1 6 455 124 100
Binary 11110000 1010101 11101101 0 1000001 1 110 100101101 1010100 1000000

Color Harmonies of #F055ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F055ED

Black with #F055ED

Text Example


Text Example

White with #F055ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F055ED; }

 p { color: rgb(240,85,237); }

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

background-color css

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

 a { background-color: rgb(240,85,237); }

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

border-color css

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

 span { border-color: rgb(240,85,237); }

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