Html Css Color HEX #F958E3 Free Speech Magenta

📋 copy color: '#F958E3'

red 249 ◦ green 88 ◦ blue 227

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

Shades of Free Speech Magenta #F958E3

Tints of Free Speech Magenta #F958E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.25%

R = 44.15%
G = 15.6%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F958E3 (or 0xF958E3) is known color: Free Speech Magenta. HEX triplet: F9, 58 and E3. RGB value is (249,88,227). Sum of RGB (Red+Green+Blue) = 249+88+227=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 88 (34.77% from 255 or 15.60% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F958E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958E3 is #06A71C. Grayscale: #979797. Windows color (decimal): -435997 or 14899449. OLE color: 14899449.

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

Color convert

RGB 249 88 227 -
CMYK 0 0.65 0.09 0.02
HSL 308.2º 0.93% 0.66% -
HSV(B) 308.2º 0.65% 0.98% -
XYZ 56.42 32.67 76 -
YUV 151.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 249 88 227 0 0.65 0.09 0.02 308.2 0.93 0.66
Hex F9 58 E3 0 41 9 2 134 5D 42
Octal 371 130 343 0 101 11 2 464 135 102
Binary 11111001 1011000 11100011 0 1000001 1001 10 100110100 1011101 1000010

Color Harmonies of #F958E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F958E3

Black with #F958E3

Text Example


Text Example

White with #F958E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F958E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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