Html Css Color HEX #F947ED Free Speech Magenta

📋 copy color: '#F947ED'

red 249 ◦ green 71 ◦ blue 237

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

Shades of Free Speech Magenta #F947ED

Tints of Free Speech Magenta #F947ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.75%

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

R = 44.7%
G = 12.75%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F947ED (or 0xF947ED) is known color: Free Speech Magenta. HEX triplet: F9, 47 and ED. RGB value is (249,71,237). Sum of RGB (Red+Green+Blue) = 249+71+237=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 71 (28.12% from 255 or 12.75% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F947ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F947ED is #06B812. Grayscale: #8E8E8E. Windows color (decimal): -440339 or 15550457. OLE color: 15550457.

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

Color convert

RGB 249 71 237 -
CMYK 0 0.71 0.05 0.02
HSL 304.05º 0.94% 0.63% -
HSV(B) 304.05º 0.71% 0.98% -
XYZ 56.61 30.76 83.07 -
YUV 143.15 180.97 203.5 -
System Red Green Blue C M Y K H S L
Decimal 249 71 237 0 0.71 0.05 0.02 304.05 0.94 0.63
Hex F9 47 ED 0 47 5 2 130 5E 3F
Octal 371 107 355 0 107 5 2 460 136 77
Binary 11111001 1000111 11101101 0 1000111 101 10 100110000 1011110 111111

Color Harmonies of #F947ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F947ED

Black with #F947ED

Text Example


Text Example

White with #F947ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F947ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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