Html Css Color HEX #F946ED Free Speech Magenta

📋 copy color: '#F946ED'

red 249 ◦ green 70 ◦ blue 237

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

Shades of Free Speech Magenta #F946ED

Tints of Free Speech Magenta #F946ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.59%

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 44.78%
G = 12.59%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F946ED (or 0xF946ED) is known color: Free Speech Magenta. HEX triplet: F9, 46 and ED. RGB value is (249,70,237). Sum of RGB (Red+Green+Blue) = 249+70+237=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 70 (27.73% from 255 or 12.59% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F946ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F946ED is #06B912. Grayscale: #8E8E8E. Windows color (decimal): -440595 or 15550201. OLE color: 15550201.

HSL color Cylindrical-coordinate representation of color #F946ED: hue angle of 304.02º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F946ED is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 70 237 -
CMYK 0 0.72 0.05 0.02
HSL 304.02º 0.94% 0.63% -
HSV(B) 304.02º 0.72% 0.98% -
XYZ 56.54 30.63 83.05 -
YUV 142.56 181.3 203.92 -
System Red Green Blue C M Y K H S L
Decimal 249 70 237 0 0.72 0.05 0.02 304.02 0.94 0.63
Hex F9 46 ED 0 48 5 2 130 5E 3F
Octal 371 106 355 0 110 5 2 460 136 77
Binary 11111001 1000110 11101101 0 1001000 101 10 100110000 1011110 111111

Color Harmonies of #F946ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F946ED

Black with #F946ED

Text Example


Text Example

White with #F946ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F946ED; }

 p { color: rgb(249,70,237); }

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

background-color css

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

 a { background-color: rgb(249,70,237); }

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

border-color css

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

 span { border-color: rgb(249,70,237); }

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