Html Css Color HEX #F555D1 Free Speech Magenta

📋 copy color: '#F555D1'

red 245 ◦ green 85 ◦ blue 209

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

Shades of Free Speech Magenta #F555D1

Tints of Free Speech Magenta #F555D1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.77%

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

R = 45.45%
G = 15.77%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F555D1 (or 0xF555D1) is known color: Free Speech Magenta. HEX triplet: F5, 55 and D1. RGB value is (245,85,209). Sum of RGB (Red+Green+Blue) = 245+85+209=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F555D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555D1 is #0AAA2E. Grayscale: #929292. Windows color (decimal): -698927 or 13719029. OLE color: 13719029.

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

Color convert

RGB 245 85 209 -
CMYK 0 0.65 0.15 0.04
HSL 313.5º 0.89% 0.65% -
HSV(B) 313.5º 0.65% 0.96% -
XYZ 52.41 30.51 63.45 -
YUV 146.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 245 85 209 0 0.65 0.15 0.04 313.5 0.89 0.65
Hex F5 55 D1 0 41 F 4 13A 59 41
Octal 365 125 321 0 101 17 4 472 131 101
Binary 11110101 1010101 11010001 0 1000001 1111 100 100111010 1011001 1000001

Color Harmonies of #F555D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F555D1

Black with #F555D1

Text Example


Text Example

White with #F555D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F555D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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