Html Css Color HEX #F851DD Free Speech Magenta

📋 copy color: '#F851DD'

red 248 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #F851DD

Tints of Free Speech Magenta #F851DD

RGB

 RED value IS 248 (97.27% from 255) = 45.09%

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

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

R = 45.09%
G = 14.73%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F851DD (or 0xF851DD) is known color: Free Speech Magenta. HEX triplet: F8, 51 and DD. RGB value is (248,81,221). Sum of RGB (Red+Green+Blue) = 248+81+221=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 81 (32.03% from 255 or 14.73% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F851DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F851DD is #07AE22. Grayscale: #929292. Windows color (decimal): -503331 or 14504440. OLE color: 14504440.

HSL color Cylindrical-coordinate representation of color #F851DD: hue angle of 309.7º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F851DD is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 81 221 -
CMYK 0 0.67 0.11 0.03
HSL 309.7º 0.92% 0.65% -
HSV(B) 309.7º 0.67% 0.97% -
XYZ 54.7 31.06 71.52 -
YUV 146.89 169.83 200.12 -
System Red Green Blue C M Y K H S L
Decimal 248 81 221 0 0.67 0.11 0.03 309.7 0.92 0.65
Hex F8 51 DD 0 43 B 3 136 5C 41
Octal 370 121 335 0 103 13 3 466 134 101
Binary 11111000 1010001 11011101 0 1000011 1011 11 100110110 1011100 1000001

Color Harmonies of #F851DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F851DD

Black with #F851DD

Text Example


Text Example

White with #F851DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F851DD; }

 p { color: rgb(248,81,221); }

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

background-color css

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

 a { background-color: rgb(248,81,221); }

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

border-color css

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

 span { border-color: rgb(248,81,221); }

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