Html Css Color HEX #F053E7 Free Speech Magenta

📋 copy color: '#F053E7'

red 240 ◦ green 83 ◦ blue 231

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

Shades of Free Speech Magenta #F053E7

Tints of Free Speech Magenta #F053E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.7%

R = 43.32%
G = 14.98%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F053E7 (or 0xF053E7) is known color: Free Speech Magenta. HEX triplet: F0, 53 and E7. RGB value is (240,83,231). Sum of RGB (Red+Green+Blue) = 240+83+231=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F053E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053E7 is #0FAC18. Grayscale: #929292. Windows color (decimal): -1027097 or 15160304. OLE color: 15160304.

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

Color convert

RGB 240 83 231 -
CMYK 0 0.65 0.04 0.06
HSL 303.44º 0.84% 0.63% -
HSV(B) 303.44º 0.65% 0.94% -
XYZ 53.45 30.48 78.67 -
YUV 146.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 240 83 231 0 0.65 0.04 0.06 303.44 0.84 0.63
Hex F0 53 E7 0 41 4 6 12F 54 3F
Octal 360 123 347 0 101 4 6 457 124 77
Binary 11110000 1010011 11100111 0 1000001 100 110 100101111 1010100 111111

Color Harmonies of #F053E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053E7

Black with #F053E7

Text Example


Text Example

White with #F053E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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