Html Css Color HEX #F55FE2 Free Speech Magenta

📋 copy color: '#F55FE2'

red 245 ◦ green 95 ◦ blue 226

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

Shades of Free Speech Magenta #F55FE2

Tints of Free Speech Magenta #F55FE2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.78%

 BLUE value IS 226 (88.67% from 255) = 39.93%

R = 43.29%
G = 16.78%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F55FE2 (or 0xF55FE2) is known color: Free Speech Magenta. HEX triplet: F5, 5F and E2. RGB value is (245,95,226). Sum of RGB (Red+Green+Blue) = 245+95+226=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 95 (37.5% from 255 or 16.78% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FE2 is #0AA01D. Grayscale: #9A9A9A. Windows color (decimal): -696350 or 14835701. OLE color: 14835701.

HSL color Cylindrical-coordinate representation of color #F55FE2: hue angle of 307.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55FE2 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 95 226 -
CMYK 0 0.61 0.08 0.04
HSL 307.6º 0.88% 0.67% -
HSV(B) 307.6º 0.61% 0.96% -
XYZ 55.48 33.09 75.41 -
YUV 154.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 245 95 226 0 0.61 0.08 0.04 307.6 0.88 0.67
Hex F5 5F E2 0 3D 8 4 134 58 43
Octal 365 137 342 0 75 10 4 464 130 103
Binary 11110101 1011111 11100010 0 111101 1000 100 100110100 1011000 1000011

Color Harmonies of #F55FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FE2

Black with #F55FE2

Text Example


Text Example

White with #F55FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FE2; }

 p { color: rgb(245,95,226); }

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

background-color css

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

 a { background-color: rgb(245,95,226); }

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

border-color css

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

 span { border-color: rgb(245,95,226); }

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