Html Css Color HEX #F053E4 Free Speech Magenta

📋 copy color: '#F053E4'

red 240 ◦ green 83 ◦ blue 228

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

Shades of Free Speech Magenta #F053E4

Tints of Free Speech Magenta #F053E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.38%

R = 43.56%
G = 15.06%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F053E4 (or 0xF053E4) is known color: Free Speech Magenta. HEX triplet: F0, 53 and E4. RGB value is (240,83,228). Sum of RGB (Red+Green+Blue) = 240+83+228=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 83 (32.81% from 255 or 15.06% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F053E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053E4 is #0FAC1B. Grayscale: #929292. Windows color (decimal): -1027100 or 14963696. OLE color: 14963696.

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

Color convert

RGB 240 83 228 -
CMYK 0 0.65 0.05 0.06
HSL 304.59º 0.84% 0.63% -
HSV(B) 304.59º 0.65% 0.94% -
XYZ 53.03 30.31 76.45 -
YUV 146.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 240 83 228 0 0.65 0.05 0.06 304.59 0.84 0.63
Hex F0 53 E4 0 41 5 6 131 54 3F
Octal 360 123 344 0 101 5 6 461 124 77
Binary 11110000 1010011 11100100 0 1000001 101 110 100110001 1010100 111111

Color Harmonies of #F053E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053E4

Black with #F053E4

Text Example


Text Example

White with #F053E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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