Html Css Color HEX #F949E9 Free Speech Magenta

📋 copy color: '#F949E9'

red 249 ◦ green 73 ◦ blue 233

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

Shades of Free Speech Magenta #F949E9

Tints of Free Speech Magenta #F949E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.98%

R = 44.86%
G = 13.15%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F949E9 (or 0xF949E9) is known color: Free Speech Magenta. HEX triplet: F9, 49 and E9. RGB value is (249,73,233). Sum of RGB (Red+Green+Blue) = 249+73+233=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 73 (28.91% from 255 or 13.15% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F949E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949E9 is #06B616. Grayscale: #8F8F8F. Windows color (decimal): -439831 or 15288825. OLE color: 15288825.

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

Color convert

RGB 249 73 233 -
CMYK 0 0.71 0.06 0.02
HSL 305.45º 0.94% 0.63% -
HSV(B) 305.45º 0.71% 0.98% -
XYZ 56.16 30.79 80.07 -
YUV 143.86 178.31 202.99 -
System Red Green Blue C M Y K H S L
Decimal 249 73 233 0 0.71 0.06 0.02 305.45 0.94 0.63
Hex F9 49 E9 0 47 6 2 131 5E 3F
Octal 371 111 351 0 107 6 2 461 136 77
Binary 11111001 1001001 11101001 0 1000111 110 10 100110001 1011110 111111

Color Harmonies of #F949E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949E9

Black with #F949E9

Text Example


Text Example

White with #F949E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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