Html Css Color HEX #F949DF Free Speech Magenta

📋 copy color: '#F949DF'

red 249 ◦ green 73 ◦ blue 223

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

Shades of Free Speech Magenta #F949DF

Tints of Free Speech Magenta #F949DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 45.69%
G = 13.39%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F949DF (or 0xF949DF) is known color: Free Speech Magenta. HEX triplet: F9, 49 and DF. RGB value is (249,73,223). Sum of RGB (Red+Green+Blue) = 249+73+223=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F949DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949DF is #06B620. Grayscale: #8E8E8E. Windows color (decimal): -439841 or 14633465. OLE color: 14633465.

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

Color convert

RGB 249 73 223 -
CMYK 0 0.71 0.10 0.02
HSL 308.86º 0.94% 0.63% -
HSV(B) 308.86º 0.71% 0.98% -
XYZ 54.77 30.23 72.76 -
YUV 142.72 173.31 203.8 -
System Red Green Blue C M Y K H S L
Decimal 249 73 223 0 0.71 0.10 0.02 308.86 0.94 0.63
Hex F9 49 DF 0 47 A 2 135 5E 3F
Octal 371 111 337 0 107 12 2 465 136 77
Binary 11111001 1001001 11011111 0 1000111 1010 10 100110101 1011110 111111

Color Harmonies of #F949DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949DF

Black with #F949DF

Text Example


Text Example

White with #F949DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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