Html Css Color HEX #F551D6 Free Speech Magenta

📋 copy color: '#F551D6'

red 245 ◦ green 81 ◦ blue 214

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

Shades of Free Speech Magenta #F551D6

Tints of Free Speech Magenta #F551D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.63%

R = 45.37%
G = 15%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F551D6 (or 0xF551D6) is known color: Free Speech Magenta. HEX triplet: F5, 51 and D6. RGB value is (245,81,214). Sum of RGB (Red+Green+Blue) = 245+81+214=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 81 (32.03% from 255 or 15% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F551D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551D6 is #0AAE29. Grayscale: #909090. Windows color (decimal): -699946 or 14045685. OLE color: 14045685.

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

Color convert

RGB 245 81 214 -
CMYK 0 0.67 0.13 0.04
HSL 311.34º 0.89% 0.64% -
HSV(B) 311.34º 0.67% 0.96% -
XYZ 52.74 30.15 66.66 -
YUV 145.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 245 81 214 0 0.67 0.13 0.04 311.34 0.89 0.64
Hex F5 51 D6 0 43 D 4 137 59 40
Octal 365 121 326 0 103 15 4 467 131 100
Binary 11110101 1010001 11010110 0 1000011 1101 100 100110111 1011001 1000000

Color Harmonies of #F551D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F551D6

Black with #F551D6

Text Example


Text Example

White with #F551D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F551D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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