Html Css Color HEX #F551D8 Free Speech Magenta

📋 copy color: '#F551D8'

red 245 ◦ green 81 ◦ blue 216

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

Shades of Free Speech Magenta #F551D8

Tints of Free Speech Magenta #F551D8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.94%

 BLUE value IS 216 (84.77% from 255) = 39.85%

R = 45.2%
G = 14.94%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F551D8 (or 0xF551D8) is known color: Free Speech Magenta. HEX triplet: F5, 51 and D8. RGB value is (245,81,216). Sum of RGB (Red+Green+Blue) = 245+81+216=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 81 (32.03% from 255 or 14.94% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F551D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551D8 is #0AAE27. Grayscale: #919191. Windows color (decimal): -699944 or 14176757. OLE color: 14176757.

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

Color convert

RGB 245 81 216 -
CMYK 0 0.67 0.12 0.04
HSL 310.61º 0.89% 0.64% -
HSV(B) 310.61º 0.67% 0.96% -
XYZ 52.99 30.26 68.01 -
YUV 145.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 245 81 216 0 0.67 0.12 0.04 310.61 0.89 0.64
Hex F5 51 D8 0 43 C 4 137 59 40
Octal 365 121 330 0 103 14 4 467 131 100
Binary 11110101 1010001 11011000 0 1000011 1100 100 100110111 1011001 1000000

Color Harmonies of #F551D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F551D8

Black with #F551D8

Text Example


Text Example

White with #F551D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F551D8; }

 p { color: rgb(245,81,216); }

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

background-color css

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

 a { background-color: rgb(245,81,216); }

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

border-color css

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

 span { border-color: rgb(245,81,216); }

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