Html Css Color HEX #F946E5 Free Speech Magenta

📋 copy color: '#F946E5'

red 249 ◦ green 70 ◦ blue 229

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

Shades of Free Speech Magenta #F946E5

Tints of Free Speech Magenta #F946E5

RGB

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

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

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

R = 45.44%
G = 12.77%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F946E5 (or 0xF946E5) is known color: Free Speech Magenta. HEX triplet: F9, 46 and E5. RGB value is (249,70,229). Sum of RGB (Red+Green+Blue) = 249+70+229=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 70 (27.73% from 255 or 12.77% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F946E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F946E5 is #06B91A. Grayscale: #8D8D8D. Windows color (decimal): -440603 or 15025913. OLE color: 15025913.

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

Color convert

RGB 249 70 229 -
CMYK 0 0.72 0.08 0.02
HSL 306.7º 0.94% 0.63% -
HSV(B) 306.7º 0.72% 0.98% -
XYZ 55.4 30.18 77.03 -
YUV 141.65 177.3 204.57 -
System Red Green Blue C M Y K H S L
Decimal 249 70 229 0 0.72 0.08 0.02 306.7 0.94 0.63
Hex F9 46 E5 0 48 8 2 133 5E 3F
Octal 371 106 345 0 110 10 2 463 136 77
Binary 11111001 1000110 11100101 0 1001000 1000 10 100110011 1011110 111111

Color Harmonies of #F946E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F946E5

Black with #F946E5

Text Example


Text Example

White with #F946E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F946E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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