Html Css Color HEX #F053E9 Free Speech Magenta

📋 copy color: '#F053E9'

red 240 ◦ green 83 ◦ blue 233

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

Shades of Free Speech Magenta #F053E9

Tints of Free Speech Magenta #F053E9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.93%

 BLUE value IS 233 (91.41% from 255) = 41.91%

R = 43.17%
G = 14.93%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F053E9 (or 0xF053E9) is known color: Free Speech Magenta. HEX triplet: F0, 53 and E9. RGB value is (240,83,233). Sum of RGB (Red+Green+Blue) = 240+83+233=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 83 (32.81% from 255 or 14.93% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F053E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053E9 is #0FAC16. Grayscale: #929292. Windows color (decimal): -1027095 or 15291376. OLE color: 15291376.

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

Color convert

RGB 240 83 233 -
CMYK 0 0.65 0.03 0.06
HSL 302.68º 0.84% 0.63% -
HSV(B) 302.68º 0.65% 0.94% -
XYZ 53.74 30.59 80.16 -
YUV 147.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 240 83 233 0 0.65 0.03 0.06 302.68 0.84 0.63
Hex F0 53 E9 0 41 3 6 12F 54 3F
Octal 360 123 351 0 101 3 6 457 124 77
Binary 11110000 1010011 11101001 0 1000001 11 110 100101111 1010100 111111

Color Harmonies of #F053E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053E9

Black with #F053E9

Text Example


Text Example

White with #F053E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053E9; }

 p { color: rgb(240,83,233); }

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

background-color css

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

 a { background-color: rgb(240,83,233); }

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

border-color css

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

 span { border-color: rgb(240,83,233); }

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