Html Css Color HEX #F949EC Free Speech Magenta

📋 copy color: '#F949EC'

red 249 ◦ green 73 ◦ blue 236

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

Shades of Free Speech Magenta #F949EC

Tints of Free Speech Magenta #F949EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 44.62%
G = 13.08%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F949EC (or 0xF949EC) is known color: Free Speech Magenta. HEX triplet: F9, 49 and EC. RGB value is (249,73,236). Sum of RGB (Red+Green+Blue) = 249+73+236=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 73 (28.91% from 255 or 13.08% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F949EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949EC is #06B613. Grayscale: #8F8F8F. Windows color (decimal): -439828 or 15485433. OLE color: 15485433.

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

Color convert

RGB 249 73 236 -
CMYK 0 0.71 0.05 0.02
HSL 304.43º 0.94% 0.63% -
HSV(B) 304.43º 0.71% 0.98% -
XYZ 56.59 30.96 82.35 -
YUV 144.21 179.81 202.75 -
System Red Green Blue C M Y K H S L
Decimal 249 73 236 0 0.71 0.05 0.02 304.43 0.94 0.63
Hex F9 49 EC 0 47 5 2 130 5E 3F
Octal 371 111 354 0 107 5 2 460 136 77
Binary 11111001 1001001 11101100 0 1000111 101 10 100110000 1011110 111111

Color Harmonies of #F949EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949EC

Black with #F949EC

Text Example


Text Example

White with #F949EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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