Html Css Color HEX #F949E5 Free Speech Magenta

📋 copy color: '#F949E5'

red 249 ◦ green 73 ◦ blue 229

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

Shades of Free Speech Magenta #F949E5

Tints of Free Speech Magenta #F949E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.56%

R = 45.19%
G = 13.25%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F949E5 (or 0xF949E5) is known color: Free Speech Magenta. HEX triplet: F9, 49 and E5. RGB value is (249,73,229). Sum of RGB (Red+Green+Blue) = 249+73+229=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 73 (28.91% from 255 or 13.25% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F949E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949E5 is #06B61A. Grayscale: #8E8E8E. Windows color (decimal): -439835 or 15026681. OLE color: 15026681.

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

Color convert

RGB 249 73 229 -
CMYK 0 0.71 0.08 0.02
HSL 306.82º 0.94% 0.63% -
HSV(B) 306.82º 0.71% 0.98% -
XYZ 55.59 30.56 77.1 -
YUV 143.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 249 73 229 0 0.71 0.08 0.02 306.82 0.94 0.63
Hex F9 49 E5 0 47 8 2 133 5E 3F
Octal 371 111 345 0 107 10 2 463 136 77
Binary 11111001 1001001 11100101 0 1000111 1000 10 100110011 1011110 111111

Color Harmonies of #F949E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949E5

Black with #F949E5

Text Example


Text Example

White with #F949E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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