Html Css Color HEX #F950DD Free Speech Magenta

📋 copy color: '#F950DD'

red 249 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #F950DD

Tints of Free Speech Magenta #F950DD

RGB

 RED value IS 249 (97.66% from 255) = 45.27%

 GREEN value IS 80 (31.64% from 255) = 14.55%

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

R = 45.27%
G = 14.55%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F950DD (or 0xF950DD) is known color: Free Speech Magenta. HEX triplet: F9, 50 and DD. RGB value is (249,80,221). Sum of RGB (Red+Green+Blue) = 249+80+221=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F950DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F950DD is #06AF22. Grayscale: #929292. Windows color (decimal): -438051 or 14504185. OLE color: 14504185.

HSL color Cylindrical-coordinate representation of color #F950DD: hue angle of 309.94º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F950DD is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 80 221 -
CMYK 0 0.68 0.11 0.02
HSL 309.94º 0.93% 0.65% -
HSV(B) 309.94º 0.68% 0.98% -
XYZ 54.99 31.1 71.51 -
YUV 146.61 169.99 201.04 -
System Red Green Blue C M Y K H S L
Decimal 249 80 221 0 0.68 0.11 0.02 309.94 0.93 0.65
Hex F9 50 DD 0 44 B 2 136 5D 41
Octal 371 120 335 0 104 13 2 466 135 101
Binary 11111001 1010000 11011101 0 1000100 1011 10 100110110 1011101 1000001

Color Harmonies of #F950DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F950DD

Black with #F950DD

Text Example


Text Example

White with #F950DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F950DD; }

 p { color: rgb(249,80,221); }

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

background-color css

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

 a { background-color: rgb(249,80,221); }

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

border-color css

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

 span { border-color: rgb(249,80,221); }

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