Html Css Color HEX #F55ADF Free Speech Magenta

📋 copy color: '#F55ADF'

red 245 ◦ green 90 ◦ blue 223

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

Shades of Free Speech Magenta #F55ADF

Tints of Free Speech Magenta #F55ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.13%

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 43.91%
G = 16.13%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F55ADF (or 0xF55ADF) is known color: Free Speech Magenta. HEX triplet: F5, 5A and DF. RGB value is (245,90,223). Sum of RGB (Red+Green+Blue) = 245+90+223=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ADF is #0AA520. Grayscale: #979797. Windows color (decimal): -697633 or 14637813. OLE color: 14637813.

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

Color convert

RGB 245 90 223 -
CMYK 0 0.63 0.09 0.04
HSL 308.52º 0.89% 0.66% -
HSV(B) 308.52º 0.63% 0.96% -
XYZ 54.63 32.05 73.12 -
YUV 151.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 245 90 223 0 0.63 0.09 0.04 308.52 0.89 0.66
Hex F5 5A DF 0 3F 9 4 135 59 42
Octal 365 132 337 0 77 11 4 465 131 102
Binary 11110101 1011010 11011111 0 111111 1001 100 100110101 1011001 1000010

Color Harmonies of #F55ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55ADF

Black with #F55ADF

Text Example


Text Example

White with #F55ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55ADF; }

 p { color: rgb(245,90,223); }

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

background-color css

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

 a { background-color: rgb(245,90,223); }

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

border-color css

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

 span { border-color: rgb(245,90,223); }

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