Html Css Color HEX #F55FDD Free Speech Magenta

📋 copy color: '#F55FDD'

red 245 ◦ green 95 ◦ blue 221

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

Shades of Free Speech Magenta #F55FDD

Tints of Free Speech Magenta #F55FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 43.67%
G = 16.93%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F55FDD (or 0xF55FDD) is known color: Free Speech Magenta. HEX triplet: F5, 5F and DD. RGB value is (245,95,221). Sum of RGB (Red+Green+Blue) = 245+95+221=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FDD is #0AA022. Grayscale: #999999. Windows color (decimal): -696355 or 14508021. OLE color: 14508021.

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

Color convert

RGB 245 95 221 -
CMYK 0 0.61 0.10 0.04
HSL 309.6º 0.88% 0.67% -
HSV(B) 309.6º 0.61% 0.96% -
XYZ 54.8 32.82 71.85 -
YUV 154.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 245 95 221 0 0.61 0.10 0.04 309.6 0.88 0.67
Hex F5 5F DD 0 3D A 4 136 58 43
Octal 365 137 335 0 75 12 4 466 130 103
Binary 11110101 1011111 11011101 0 111101 1010 100 100110110 1011000 1000011

Color Harmonies of #F55FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FDD

Black with #F55FDD

Text Example


Text Example

White with #F55FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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