Html Css Color HEX #F950DC Free Speech Magenta

📋 copy color: '#F950DC'

red 249 ◦ green 80 ◦ blue 220

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

Shades of Free Speech Magenta #F950DC

Tints of Free Speech Magenta #F950DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 45.36%
G = 14.57%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F950DC (or 0xF950DC) is known color: Free Speech Magenta. HEX triplet: F9, 50 and DC. RGB value is (249,80,220). Sum of RGB (Red+Green+Blue) = 249+80+220=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F950DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F950DC is #06AF23. Grayscale: #929292. Windows color (decimal): -438052 or 14438649. OLE color: 14438649.

HSL color Cylindrical-coordinate representation of color #F950DC: hue angle of 310.3º 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 #F950DC is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 80 220 -
CMYK 0 0.68 0.12 0.02
HSL 310.3º 0.93% 0.65% -
HSV(B) 310.3º 0.68% 0.98% -
XYZ 54.85 31.04 70.81 -
YUV 146.49 169.49 201.12 -
System Red Green Blue C M Y K H S L
Decimal 249 80 220 0 0.68 0.12 0.02 310.3 0.93 0.65
Hex F9 50 DC 0 44 C 2 136 5D 41
Octal 371 120 334 0 104 14 2 466 135 101
Binary 11111001 1010000 11011100 0 1000100 1100 10 100110110 1011101 1000001

Color Harmonies of #F950DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F950DC

Black with #F950DC

Text Example


Text Example

White with #F950DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F950DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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