Html Css Color HEX #F55FD1 Free Speech Magenta

📋 copy color: '#F55FD1'

red 245 ◦ green 95 ◦ blue 209

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

Shades of Free Speech Magenta #F55FD1

Tints of Free Speech Magenta #F55FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.07%

R = 44.63%
G = 17.3%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F55FD1 (or 0xF55FD1) is known color: Free Speech Magenta. HEX triplet: F5, 5F and D1. RGB value is (245,95,209). Sum of RGB (Red+Green+Blue) = 245+95+209=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FD1 is #0AA02E. Grayscale: #989898. Windows color (decimal): -696367 or 13721589. OLE color: 13721589.

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

Color convert

RGB 245 95 209 -
CMYK 0 0.61 0.15 0.04
HSL 314.4º 0.88% 0.67% -
HSV(B) 314.4º 0.61% 0.96% -
XYZ 53.26 32.2 63.73 -
YUV 152.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 245 95 209 0 0.61 0.15 0.04 314.4 0.88 0.67
Hex F5 5F D1 0 3D F 4 13A 58 43
Octal 365 137 321 0 75 17 4 472 130 103
Binary 11110101 1011111 11010001 0 111101 1111 100 100111010 1011000 1000011

Color Harmonies of #F55FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FD1

Black with #F55FD1

Text Example


Text Example

White with #F55FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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