Html Css Color HEX #F949E3 Free Speech Magenta

📋 copy color: '#F949E3'

red 249 ◦ green 73 ◦ blue 227

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

Shades of Free Speech Magenta #F949E3

Tints of Free Speech Magenta #F949E3

RGB

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

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

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

R = 45.36%
G = 13.3%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F949E3 (or 0xF949E3) is known color: Free Speech Magenta. HEX triplet: F9, 49 and E3. RGB value is (249,73,227). Sum of RGB (Red+Green+Blue) = 249+73+227=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 73 (28.91% from 255 or 13.30% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F949E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949E3 is #06B61C. Grayscale: #8E8E8E. Windows color (decimal): -439837 or 14895609. OLE color: 14895609.

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

Color convert

RGB 249 73 227 -
CMYK 0 0.71 0.09 0.02
HSL 307.5º 0.94% 0.63% -
HSV(B) 307.5º 0.71% 0.98% -
XYZ 55.31 30.45 75.64 -
YUV 143.18 175.31 203.48 -
System Red Green Blue C M Y K H S L
Decimal 249 73 227 0 0.71 0.09 0.02 307.5 0.94 0.63
Hex F9 49 E3 0 47 9 2 134 5E 3F
Octal 371 111 343 0 107 11 2 464 136 77
Binary 11111001 1001001 11100011 0 1000111 1001 10 100110100 1011110 111111

Color Harmonies of #F949E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949E3

Black with #F949E3

Text Example


Text Example

White with #F949E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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