Html Css Color HEX #F558D2 Free Speech Magenta

📋 copy color: '#F558D2'

red 245 ◦ green 88 ◦ blue 210

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

Shades of Free Speech Magenta #F558D2

Tints of Free Speech Magenta #F558D2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.21%

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 45.12%
G = 16.21%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F558D2 (or 0xF558D2) is known color: Free Speech Magenta. HEX triplet: F5, 58 and D2. RGB value is (245,88,210). Sum of RGB (Red+Green+Blue) = 245+88+210=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 88 (34.77% from 255 or 16.21% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F558D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558D2 is #0AA72D. Grayscale: #949494. Windows color (decimal): -698158 or 13785333. OLE color: 13785333.

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

Color convert

RGB 245 88 210 -
CMYK 0 0.64 0.14 0.04
HSL 313.38º 0.89% 0.65% -
HSV(B) 313.38º 0.64% 0.96% -
XYZ 52.78 31.05 64.18 -
YUV 148.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 245 88 210 0 0.64 0.14 0.04 313.38 0.89 0.65
Hex F5 58 D2 0 40 E 4 139 59 41
Octal 365 130 322 0 100 16 4 471 131 101
Binary 11110101 1011000 11010010 0 1000000 1110 100 100111001 1011001 1000001

Color Harmonies of #F558D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F558D2

Black with #F558D2

Text Example


Text Example

White with #F558D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F558D2; }

 p { color: rgb(245,88,210); }

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

background-color css

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

 a { background-color: rgb(245,88,210); }

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

border-color css

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

 span { border-color: rgb(245,88,210); }

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