Html Css Color HEX #F958D1 Free Speech Magenta

📋 copy color: '#F958D1'

red 249 ◦ green 88 ◦ blue 209

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

Shades of Free Speech Magenta #F958D1

Tints of Free Speech Magenta #F958D1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.12%

 BLUE value IS 209 (82.03% from 255) = 38.28%

R = 45.6%
G = 16.12%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F958D1 (or 0xF958D1) is known color: Free Speech Magenta. HEX triplet: F9, 58 and D1. RGB value is (249,88,209). Sum of RGB (Red+Green+Blue) = 249+88+209=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 88 (34.77% from 255 or 16.12% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F958D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958D1 is #06A72E. Grayscale: #959595. Windows color (decimal): -436015 or 13719801. OLE color: 13719801.

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

Color convert

RGB 249 88 209 -
CMYK 0 0.65 0.16 0.02
HSL 314.91º 0.93% 0.66% -
HSV(B) 314.91º 0.65% 0.98% -
XYZ 54.07 31.72 63.6 -
YUV 149.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 249 88 209 0 0.65 0.16 0.02 314.91 0.93 0.66
Hex F9 58 D1 0 41 10 2 13B 5D 42
Octal 371 130 321 0 101 20 2 473 135 102
Binary 11111001 1011000 11010001 0 1000001 10000 10 100111011 1011101 1000010

Color Harmonies of #F958D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F958D1

Black with #F958D1

Text Example


Text Example

White with #F958D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F958D1; }

 p { color: rgb(249,88,209); }

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

background-color css

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

 a { background-color: rgb(249,88,209); }

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

border-color css

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

 span { border-color: rgb(249,88,209); }

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