Html Css Color HEX #F55FD2 Free Speech Magenta

📋 copy color: '#F55FD2'

red 245 ◦ green 95 ◦ blue 210

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

Shades of Free Speech Magenta #F55FD2

Tints of Free Speech Magenta #F55FD2

RGB

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

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

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

R = 44.55%
G = 17.27%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F55FD2 (or 0xF55FD2) is known color: Free Speech Magenta. HEX triplet: F5, 5F and D2. RGB value is (245,95,210). Sum of RGB (Red+Green+Blue) = 245+95+210=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FD2 is #0AA02D. Grayscale: #989898. Windows color (decimal): -696366 or 13787125. OLE color: 13787125.

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

Color convert

RGB 245 95 210 -
CMYK 0 0.61 0.14 0.04
HSL 314º 0.88% 0.67% -
HSV(B) 314º 0.61% 0.96% -
XYZ 53.38 32.25 64.38 -
YUV 152.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 245 95 210 0 0.61 0.14 0.04 314 0.88 0.67
Hex F5 5F D2 0 3D E 4 13A 58 43
Octal 365 137 322 0 75 16 4 472 130 103
Binary 11110101 1011111 11010010 0 111101 1110 100 100111010 1011000 1000011

Color Harmonies of #F55FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FD2

Black with #F55FD2

Text Example


Text Example

White with #F55FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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