Html Css Color HEX #F55ACF Free Speech Magenta

📋 copy color: '#F55ACF'

red 245 ◦ green 90 ◦ blue 207

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

Shades of Free Speech Magenta #F55ACF

Tints of Free Speech Magenta #F55ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 45.2%
G = 16.61%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F55ACF (or 0xF55ACF) is known color: Free Speech Magenta. HEX triplet: F5, 5A and CF. RGB value is (245,90,207). Sum of RGB (Red+Green+Blue) = 245+90+207=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ACF is #0AA530. Grayscale: #959595. Windows color (decimal): -697649 or 13589237. OLE color: 13589237.

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

Color convert

RGB 245 90 207 -
CMYK 0 0.63 0.16 0.04
HSL 314.71º 0.89% 0.66% -
HSV(B) 314.71º 0.63% 0.96% -
XYZ 52.57 31.23 62.29 -
YUV 149.68 160.35 195.99 -
System Red Green Blue C M Y K H S L
Decimal 245 90 207 0 0.63 0.16 0.04 314.71 0.89 0.66
Hex F5 5A CF 0 3F 10 4 13B 59 42
Octal 365 132 317 0 77 20 4 473 131 102
Binary 11110101 1011010 11001111 0 111111 10000 100 100111011 1011001 1000010

Color Harmonies of #F55ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55ACF

Black with #F55ACF

Text Example


Text Example

White with #F55ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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