Html Css Color HEX #F949E7 Free Speech Magenta

📋 copy color: '#F949E7'

red 249 ◦ green 73 ◦ blue 231

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

Shades of Free Speech Magenta #F949E7

Tints of Free Speech Magenta #F949E7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.2%

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 45.03%
G = 13.2%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F949E7 (or 0xF949E7) is known color: Free Speech Magenta. HEX triplet: F9, 49 and E7. RGB value is (249,73,231). Sum of RGB (Red+Green+Blue) = 249+73+231=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 73 (28.91% from 255 or 13.20% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F949E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949E7 is #06B618. Grayscale: #8F8F8F. Windows color (decimal): -439833 or 15157753. OLE color: 15157753.

HSL color Cylindrical-coordinate representation of color #F949E7: hue angle of 306.14º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949E7 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 73 231 -
CMYK 0 0.71 0.07 0.02
HSL 306.14º 0.94% 0.63% -
HSV(B) 306.14º 0.71% 0.98% -
XYZ 55.87 30.67 78.58 -
YUV 143.64 177.31 203.15 -
System Red Green Blue C M Y K H S L
Decimal 249 73 231 0 0.71 0.07 0.02 306.14 0.94 0.63
Hex F9 49 E7 0 47 7 2 132 5E 3F
Octal 371 111 347 0 107 7 2 462 136 77
Binary 11111001 1001001 11100111 0 1000111 111 10 100110010 1011110 111111

Color Harmonies of #F949E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949E7

Black with #F949E7

Text Example


Text Example

White with #F949E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949E7; }

 p { color: rgb(249,73,231); }

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

background-color css

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

 a { background-color: rgb(249,73,231); }

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

border-color css

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

 span { border-color: rgb(249,73,231); }

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