Html Css Color HEX #F052ED Free Speech Magenta

📋 copy color: '#F052ED'

red 240 ◦ green 82 ◦ blue 237

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

Shades of Free Speech Magenta #F052ED

Tints of Free Speech Magenta #F052ED

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.67%

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

R = 42.93%
G = 14.67%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F052ED (or 0xF052ED) is known color: Free Speech Magenta. HEX triplet: F0, 52 and ED. RGB value is (240,82,237). Sum of RGB (Red+Green+Blue) = 240+82+237=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 82 (32.42% from 255 or 14.67% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F052ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F052ED is #0FAD12. Grayscale: #929292. Windows color (decimal): -1027347 or 15553264. OLE color: 15553264.

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

Color convert

RGB 240 82 237 -
CMYK 0 0.66 0.01 0.06
HSL 301.14º 0.84% 0.63% -
HSV(B) 301.14º 0.66% 0.94% -
XYZ 54.24 30.67 83.18 -
YUV 146.91 178.85 194.4 -
System Red Green Blue C M Y K H S L
Decimal 240 82 237 0 0.66 0.01 0.06 301.14 0.84 0.63
Hex F0 52 ED 0 42 1 6 12D 54 3F
Octal 360 122 355 0 102 1 6 455 124 77
Binary 11110000 1010010 11101101 0 1000010 1 110 100101101 1010100 111111

Color Harmonies of #F052ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052ED

Black with #F052ED

Text Example


Text Example

White with #F052ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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