Html Css Color HEX #F53FEC Free Speech Magenta

📋 copy color: '#F53FEC'

red 245 ◦ green 63 ◦ blue 236

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

Shades of Free Speech Magenta #F53FEC

Tints of Free Speech Magenta #F53FEC

RGB

 RED value IS 245 (96.09% from 255) = 45.04%

 GREEN value IS 63 (25% from 255) = 11.58%

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 45.04%
G = 11.58%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F53FEC (or 0xF53FEC) is known color: Free Speech Magenta. HEX triplet: F5, 3F and EC. RGB value is (245,63,236). Sum of RGB (Red+Green+Blue) = 245+63+236=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 63 (25% from 255 or 11.58% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FEC is #0AC013. Grayscale: #888888. Windows color (decimal): -704532 or 15482869. OLE color: 15482869.

HSL color Cylindrical-coordinate representation of color #F53FEC: hue angle of 302.97º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FEC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 63 236 -
CMYK 0 0.74 0.04 0.04
HSL 302.97º 0.9% 0.6% -
HSV(B) 302.97º 0.74% 0.96% -
XYZ 54.57 29.02 82.08 -
YUV 137.14 183.8 204.93 -
System Red Green Blue C M Y K H S L
Decimal 245 63 236 0 0.74 0.04 0.04 302.97 0.9 0.6
Hex F5 3F EC 0 4A 4 4 12F 5A 3C
Octal 365 77 354 0 112 4 4 457 132 74
Binary 11110101 111111 11101100 0 1001010 100 100 100101111 1011010 111100

Color Harmonies of #F53FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FEC

Black with #F53FEC

Text Example


Text Example

White with #F53FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FEC; }

 p { color: rgb(245,63,236); }

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

background-color css

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

 a { background-color: rgb(245,63,236); }

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

border-color css

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

 span { border-color: rgb(245,63,236); }

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