Html Css Color HEX #F950D0 Free Speech Magenta

📋 copy color: '#F950D0'

red 249 ◦ green 80 ◦ blue 208

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

Shades of Free Speech Magenta #F950D0

Tints of Free Speech Magenta #F950D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 46.37%
G = 14.9%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F950D0 (or 0xF950D0) is known color: Free Speech Magenta. HEX triplet: F9, 50 and D0. RGB value is (249,80,208). Sum of RGB (Red+Green+Blue) = 249+80+208=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 80 (31.64% from 255 or 14.90% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F950D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F950D0 is #06AF2F. Grayscale: #909090. Windows color (decimal): -438064 or 13652217. OLE color: 13652217.

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

Color convert

RGB 249 80 208 -
CMYK 0 0.68 0.16 0.02
HSL 314.56º 0.93% 0.65% -
HSV(B) 314.56º 0.68% 0.98% -
XYZ 53.32 30.43 62.74 -
YUV 145.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 249 80 208 0 0.68 0.16 0.02 314.56 0.93 0.65
Hex F9 50 D0 0 44 10 2 13B 5D 41
Octal 371 120 320 0 104 20 2 473 135 101
Binary 11111001 1010000 11010000 0 1000100 10000 10 100111011 1011101 1000001

Color Harmonies of #F950D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F950D0

Black with #F950D0

Text Example


Text Example

White with #F950D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F950D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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