Html Css Color HEX #F946E7 Free Speech Magenta

📋 copy color: '#F946E7'

red 249 ◦ green 70 ◦ blue 231

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

Shades of Free Speech Magenta #F946E7

Tints of Free Speech Magenta #F946E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42%

R = 45.27%
G = 12.73%
B = 42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F946E7 (or 0xF946E7) is known color: Free Speech Magenta. HEX triplet: F9, 46 and E7. RGB value is (249,70,231). Sum of RGB (Red+Green+Blue) = 249+70+231=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 70 (27.73% from 255 or 12.73% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F946E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F946E7 is #06B918. Grayscale: #8D8D8D. Windows color (decimal): -440601 or 15156985. OLE color: 15156985.

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

Color convert

RGB 249 70 231 -
CMYK 0 0.72 0.07 0.02
HSL 306.03º 0.94% 0.63% -
HSV(B) 306.03º 0.72% 0.98% -
XYZ 55.68 30.29 78.51 -
YUV 141.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 249 70 231 0 0.72 0.07 0.02 306.03 0.94 0.63
Hex F9 46 E7 0 48 7 2 132 5E 3F
Octal 371 106 347 0 110 7 2 462 136 77
Binary 11111001 1000110 11100111 0 1001000 111 10 100110010 1011110 111111

Color Harmonies of #F946E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F946E7

Black with #F946E7

Text Example


Text Example

White with #F946E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F946E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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