Html Css Color HEX #F958D6 Free Speech Magenta

📋 copy color: '#F958D6'

red 249 ◦ green 88 ◦ blue 214

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

Shades of Free Speech Magenta #F958D6

Tints of Free Speech Magenta #F958D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.84%

R = 45.19%
G = 15.97%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F958D6 (or 0xF958D6) is known color: Free Speech Magenta. HEX triplet: F9, 58 and D6. RGB value is (249,88,214). Sum of RGB (Red+Green+Blue) = 249+88+214=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F958D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958D6 is #06A729. Grayscale: #969696. Windows color (decimal): -436010 or 14047481. OLE color: 14047481.

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

Color convert

RGB 249 88 214 -
CMYK 0 0.65 0.14 0.02
HSL 313.04º 0.93% 0.66% -
HSV(B) 313.04º 0.65% 0.98% -
XYZ 54.69 31.97 66.91 -
YUV 150.5 163.84 198.25 -
System Red Green Blue C M Y K H S L
Decimal 249 88 214 0 0.65 0.14 0.02 313.04 0.93 0.66
Hex F9 58 D6 0 41 E 2 139 5D 42
Octal 371 130 326 0 101 16 2 471 135 102
Binary 11111001 1011000 11010110 0 1000001 1110 10 100111001 1011101 1000010

Color Harmonies of #F958D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F958D6

Black with #F958D6

Text Example


Text Example

White with #F958D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F958D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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