Html Css Color HEX #F553EC Free Speech Magenta

📋 copy color: '#F553EC'

red 245 ◦ green 83 ◦ blue 236

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

Shades of Free Speech Magenta #F553EC

Tints of Free Speech Magenta #F553EC

RGB

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

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

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

R = 43.44%
G = 14.72%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F553EC (or 0xF553EC) is known color: Free Speech Magenta. HEX triplet: F5, 53 and EC. RGB value is (245,83,236). Sum of RGB (Red+Green+Blue) = 245+83+236=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 83 (32.81% from 255 or 14.72% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F553EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F553EC is #0AAC13. Grayscale: #949494. Windows color (decimal): -699412 or 15487989. OLE color: 15487989.

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

Color convert

RGB 245 83 236 -
CMYK 0 0.66 0.04 0.04
HSL 303.33º 0.89% 0.64% -
HSV(B) 303.33º 0.66% 0.96% -
XYZ 55.89 31.66 82.52 -
YUV 148.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 245 83 236 0 0.66 0.04 0.04 303.33 0.89 0.64
Hex F5 53 EC 0 42 4 4 12F 59 40
Octal 365 123 354 0 102 4 4 457 131 100
Binary 11110101 1010011 11101100 0 1000010 100 100 100101111 1011001 1000000

Color Harmonies of #F553EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F553EC

Black with #F553EC

Text Example


Text Example

White with #F553EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F553EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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